Skip to content

Commit

Permalink
Update installing-cardano-wallet.md (#372)
Browse files Browse the repository at this point in the history
Hi, I think there was a small typo in the command `cp -p "dist-newstyle/build/x86_64-linux/ghc-8.10.4/cardano-wallet-2021.9.9/x/cardano-wallet/build/cardano-wallet/cardano-wallet" $HOME/.local/bin/` which I don't think was updated to the `cardano-wallet version` v2021-09-09. Warm regards, Simon
  • Loading branch information
simonholmes001 committed Oct 28, 2021
1 parent 9d65744 commit 5a4bf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/installing-cardano-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ cp -p "dist-newstyle/build/x86_64-osx/ghc-8.10.4/cardano-wallet-2021.5.26/x/card

###### Linux
```bash
cp -p "dist-newstyle/build/x86_64-linux/ghc-8.10.4/cardano-wallet-2021.5.26/x/cardano-wallet/build/cardano-wallet/cardano-wallet" $HOME/.local/bin/
cp -p "dist-newstyle/build/x86_64-linux/ghc-8.10.4/cardano-wallet-2021.9.9/x/cardano-wallet/build/cardano-wallet/cardano-wallet" $HOME/.local/bin/
```

</TabItem>
Expand Down

0 comments on commit 5a4bf25

Please sign in to comment.