From 47903b07eab0668595fae0b03125e1918fe3f54d Mon Sep 17 00:00:00 2001 From: Miles Smith Date: Sun, 31 Dec 2023 20:02:24 -0500 Subject: [PATCH] chore: update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5921697..7899932 100644 --- a/README.md +++ b/README.md @@ -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.