Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
notwedtm committed Jan 1, 2024
1 parent 6ece2d1 commit 47903b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ SOL Shotty will be listening on `http://127.0.0.1:420`.

## Run From Source

Make sure you have `golang` installed and then run `go run ./cmd/sol-shotty`
Make sure you have `golang` installed and then run:

```bash
go mod download
go run ./cmd/sol-shotty
```

sol-shotty will now be listening on `http://127.0.0.1:420` and can be used anywhere an RPC URL is accepted.

Expand Down

0 comments on commit 47903b0

Please sign in to comment.