Skip to content

Commit

Permalink
fix suavecli typo (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
zach030 authored Nov 9, 2023
1 parent dd5b01c commit 75f7029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suave/cmd/suavecli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To get started with the Suave CLI, follow these steps:

2. Install the necessary dependencies by running `go mod tidy`.

3. Build the CLI using `go build -o suavecli ./suave-geth/cmd/suavecli`.
3. Build the CLI using `go build -o suavecli ./suave-geth/suave/cmd/suavecli`.

4. Run the Suave CLI with the desired command and subcommand.

Expand Down

0 comments on commit 75f7029

Please sign in to comment.