Fix minor typo in setup.md (#563)

This commit is contained in:
+shyfire131 2023-05-10 16:04:54 -06:00 committed by GitHub
parent 13e79df7c9
commit c5b12ebabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ You can edit the frontend code in `/frontend/src/` to make the changes you want.
4. On another terminal `npm install -g http-server`
5. Then run `http-server "robosats/frontend/static/`
5. Then run `http-server "robosats/frontend/static/"`
6. Install [Requestly](https://requestly.io/) extension in your browser, it's a lightweight proxy. We want to use it so our browser grabs our local `main.js` instead of the remote. There are many alternatives to Requestly (be aware that Requestly might not respect your privacy. Didn't research it).