We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c397d2 commit 97a8666Copy full SHA for 97a8666
1 file changed
README.md
@@ -62,10 +62,16 @@ sudo service tor start
62
```
63
* Make sure that your torrc is configured to SOCKS_PORT localhost:9050
64
65
-* Open a new terminal and run:
+* Open a new terminal and start `gotor`, this can be done using `docker` or `go`
66
+- using go:
67
```sh
68
cd gotor && go run cmd/main/main.go -server
69
70
+
71
+- using docker (multi-stage image, builds tor and gotor container):
72
+```sh
73
+cd gotor && ./build.sh
74
+```
75
Note: If the `gotor` directory is empty, you may need to run `git submodule update --init --recursive` to initialize the submodule.
76
77
* Install TorBot Python requirements using poetry
0 commit comments