Skip to content

Fix command statement display #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions how-to-tutorials/using-hemi/pop-mining/setup-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After downloading the necessary files, you must extract them from their compress
{% hint style="info" %}
**Linux/macOS tip**:

You can also use the command `tar xvf heminetwork_v`0.5.0`_linux_amd64.tar.gz`\
You can also use the command `tar xvf heminetwork_v0.5.0_linux_amd64.tar.gz`\
\
Run the `uname -a` command in the Terminal to view all system information, ensuring compatibility with the correct asset on GitHub.\
\
Expand Down Expand Up @@ -83,7 +83,7 @@ Navigate to the folder you extracted by typing `cd` (**don't press `Enter` ye**t

* For example on Linux if you downloaded the package to your Downloads folder and extracted it through the GUI, you might run a command like:\
\
`cd '/home/user/Downloads/heminetwork_v`0.5.0`_linux_amd64'`
`cd '/home/user/Downloads/heminetwork_v0.5.0_linux_amd64'`

***

Expand Down