Skip to content

Commit

Permalink
update script location for build in instructions (#1413)
Browse files Browse the repository at this point in the history
The old file didn't exist for this
  • Loading branch information
chadle-git committed May 26, 2022
1 parent 995b299 commit a5d7133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Build/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git fetch --tags --all
git pull
# Replace tag against checkout if you do not want to build the latest released version
git checkout $(curl -s https://api.github.com/repos/input-output-hk/cardano-wallet/releases/latest | jq -r .tag_name)
$CNODE_HOME/scripts/stack-build.sh
$CNODE_HOME/scripts/cabal-build-all.sh
```

The above would copy the binaries into `~/.cabal/bin` folder.
Expand Down

0 comments on commit a5d7133

Please sign in to comment.