diff --git a/README.md b/README.md index 7f475f9..c6c09a5 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ The anonymization of the URL is achieved though proxying all requests. Installing Anonymous Github ---------------------------- +## From Source + ``` git clone https://github.com/tdurieux/anonymous_github/ cd anonymous_github @@ -65,6 +67,13 @@ pip install -r requirements.txt python server.py -token ``` +## From Docker + +```bash +docker pull tdurieux/anonymous_github:latest +docker run tdurieux/anonymous_github -token --host --port +``` + Related tools -------------- [gitmask](https://www.gitmask.com/) is a tool to anonymously contribute to a Github repository.