Skip to content

Commit

Permalink
docs: remove extraneous '$' from cargo install command in instructions
Browse files Browse the repository at this point in the history
Signed-off-by: 0xandee <[email protected]>
  • Loading branch information
0xandee authored and mikebenfield committed Feb 18, 2025
1 parent c968579 commit 47f6a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ git clone https://github.com/ProvableHQ/leo
cd leo

# Install 'leo'
$ cargo install --path .
cargo install --path .
```

Now to use leo, in your terminal, run:
Expand Down

0 comments on commit 47f6a0e

Please sign in to comment.