Skip to content

Commit f6a17c6

Browse files
authored
Merge pull request #5051 from input-output-hk/mgalazyn/docs/readme-build-instructions-improvements
Small build docs improvements
2 parents 4236853 + d216456 commit f6a17c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/getting-started/install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo apt-get install automake build-essential pkg-config libffi-dev libgmp-dev l
4747

4848
Optional dependencies that may be required: llvm libnuma-dev
4949

50-
If you are using a different flavor of Linux, you will need to use the correct package manager for your platform instead of `yum` or `apt-get`, and the names of the packages you need to install might differ.
50+
If you are using a different flavor of Linux, you will need to use the correct package manager for your platform instead of `yum` or `apt-get`, and the names of the packages you need to install might differ.
5151

5252
For MacOS:
5353

@@ -138,7 +138,7 @@ export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
138138
For some distributions you will also need to configure the dynamic linker. If
139139
the executable is linked with the right `libsodium.so` file (which you can
140140
check by running `ldd`), the running binary might still use the wrong library.
141-
You can check this by running `pldd`. If the `pldd` shows that the running executable
141+
You can check this by running `pldd`. If the `pldd` shows that the running executable
142142
is using the wrong library, run `ldconfig`.
143143

144144
##### Using the ported `c` code
@@ -208,7 +208,7 @@ Check out the latest version of cardano-node (choose the tag with the highest ve
208208

209209
```bash
210210
git fetch --all --recurse-submodules --tags
211-
git tag
211+
git tag | sort -V
212212
git checkout tags/<TAGGED VERSION>
213213
```
214214

0 commit comments

Comments
 (0)