Skip to content

Commit

Permalink
Update docs to reference current active tag/release
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Aug 13, 2020
1 parent 7403ba5 commit 687cc0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Build/node-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ You can use the instructions below to build the cardano-node, same steps can be

``` bash
git fetch --tags --all
# Replace release 1.18.x with the version/branch/tag you'd like to build
git checkout release/1.18.x
# Replace release 1.18.1 with the version/branch/tag you'd like to build
git checkout tags/1.18.1
git pull

echo -e "package cardano-crypto-praos\n flags: -external-libsodium-vrf" > cabal.project.local
Expand All @@ -34,11 +34,11 @@ Execute cardano-cli and cardano-node to verify output as below:

```bash
cardano-cli version
# cardano-cli 1.18.0 - linux-x86_64 - ghc-8.6
# git rev ba0f96b1a9fc9232ed211e57835fd5018093069d
# cardano-cli 1.18.1 - linux-x86_64 - ghc-8.6
# git rev a4b6dae699fa21dc3c025c8a83d1718475cb3afc
cardano-node version
# cardano-node 1.18.0 - linux-x86_64 - ghc-8.6
# git rev ba0f96b1a9fc9232ed211e57835fd5018093069d
# cardano-node 1.18.1 - linux-x86_64 - ghc-8.6
# git rev a4b6dae699fa21dc3c025c8a83d1718475cb3afc
```

##### Start a passive node
Expand Down

0 comments on commit 687cc0d

Please sign in to comment.