From 4cd3c2e4ef3aca84c880f28e65cdb2e9e262f5d2 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 16 Apr 2017 14:07:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cce1f1b..0427e8c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua ```bash $ python -m virtualenv env && source env/bin/activate && python -m pip install -U pip && python -m pip install -r requirements.txt ``` - On macOS, you may be prompted to install `cc`. You should press accept. + On macOS, you may be prompted to install `cc`. You should press accept if so. 5. Open `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list.