Skip to content

Commit

Permalink
Merge pull request #10 from Nashatyrev/patch-1
Browse files Browse the repository at this point in the history
Make install instruction a bit more clear in README.md
  • Loading branch information
ppopth authored Nov 1, 2024
2 parents 676eee1 + 82a0385 commit 1e32f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ echo 'export PATH="${PATH}:/home/${USER}/.local/bin"' >> ~/.bashrc && source ~/.

Install Ethshadow.
```sh
git clone https://github.com/ethereum/ethshadow.git
cd ethshadow
cargo install --path .
```

Expand Down

0 comments on commit 1e32f46

Please sign in to comment.