Skip to content

Commit 97a8666

Browse files
authored
Update README.md
1 parent 9c397d2 commit 97a8666

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,16 @@ sudo service tor start
6262
```
6363
* Make sure that your torrc is configured to SOCKS_PORT localhost:9050
6464

65-
* Open a new terminal and run:
65+
* Open a new terminal and start `gotor`, this can be done using `docker` or `go`
66+
- using go:
6667
```sh
6768
cd gotor && go run cmd/main/main.go -server
6869
```
70+
71+
- using docker (multi-stage image, builds tor and gotor container):
72+
```sh
73+
cd gotor && ./build.sh
74+
```
6975
Note: If the `gotor` directory is empty, you may need to run `git submodule update --init --recursive` to initialize the submodule.
7076

7177
* Install TorBot Python requirements using poetry

0 commit comments

Comments
 (0)