From 5216be215bc3ca33ab64c54087abb4b8c108ace1 Mon Sep 17 00:00:00 2001 From: Thomas Durieux Date: Tue, 24 Oct 2017 11:17:22 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 403ec53..60acefe 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ To use it, open the main page (eg [http://anonymous.4open.science/](http://anony The anonymization of the content is done by replacing all occurrences of words in a list by "XXX". The word list is provided by the authors, and typically contains the institution name, author names, logins, etc... -In a paper under double-blind review, instead of putting a link to Github, one puts a link to the Anonymous Github instance (eg - which is an anomyous version of this repo). +In a paper under double-blind review, instead of putting a link to Github, one puts a link to the Anonymous Github instance (e.g. + which is an anomyous version of this repo). To start using Anonymous Github right now, a public instance of anonymous_github is hosted at 4open.science: @@ -41,8 +41,9 @@ Installing Anonymous Github git clone https://github.com/tdurieux/anonymous_github/ cd anonymous_github pip install -r requirements.txt -python server.py +python server.py -token ``` + See also --------