mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 13:50:38 +01:00
remove note about comments on issues
This commit is contained in:
parent
a5435000bc
commit
7ab420c8ea
1 changed files with 1 additions and 5 deletions
|
@ -84,7 +84,7 @@ npm run dev
|
||||||
|
|
||||||
When running Pangolin for the first time there will be no exit nodes. This means that there have been no Gerbil "exit nodes" registered in the database. When Gerbil first starts up and requests its config from Pangolin for the first time it gets registered as an exit node.
|
When running Pangolin for the first time there will be no exit nodes. This means that there have been no Gerbil "exit nodes" registered in the database. When Gerbil first starts up and requests its config from Pangolin for the first time it gets registered as an exit node.
|
||||||
|
|
||||||
The easiest way to resovle this is to run Gerbil and have it register in your dev enviroment. Download the Gerbil binary and run it with localhost:
|
The easiest way to resolve this is to run Gerbil and have it register in your dev environment. Download the Gerbil binary and run it with localhost:
|
||||||
|
|
||||||
```
|
```
|
||||||
./gerbil \
|
./gerbil \
|
||||||
|
@ -111,7 +111,3 @@ make local
|
||||||
```bash
|
```bash
|
||||||
make local
|
make local
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing Code
|
|
||||||
|
|
||||||
- If you are taking on an existing bug or feature ticket, please comment on the issues page of the repo you're working on to avoid multiple people working on the same thing.
|
|
||||||
|
|
Loading…
Reference in a new issue