From 25a0f165cd7a720f342aa99d3839efd87c9523f6 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Wed, 30 Sep 2020 17:24:58 +0100 Subject: [PATCH] fix --- docs/www/index.html | 2 +- script/micro_installer | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/www/index.html b/docs/www/index.html index 4938614..f9b1f0e 100644 --- a/docs/www/index.html +++ b/docs/www/index.html @@ -216,7 +216,7 @@

Install

In one line:

bash <(curl http://comrad.app/run)
-

(That's a shortcut to this auto-installer script.)

+

(That's a shortcut to this auto-installer script.)

Using pyenv, it installs Comrad in a virtual environment with the correct version (3.7) of Python attached. It doesn't override your existing Python configurations.

Run

Install as above.

diff --git a/script/micro_installer b/script/micro_installer index 4ce2066..c1c6ed3 100644 --- a/script/micro_installer +++ b/script/micro_installer @@ -2,12 +2,12 @@ # # Usage: bash <(curl http://comrad.app/run) # -# Also at: https://github.com/Comrad/Comrad/blob/master/script/micro_installer +# Also at: https://github.com/ComradOrg/Comrad/blob/master/script/micro_installer # -# For more info, visit: https://github.com/Comrad/Comrad#install +# For more info, visit: https://github.com/ComradOrg/Comrad#install # ## -bash <(curl -s https://raw.githubusercontent.com/Comrad/Comrad/master/script/install) +bash <(curl -s https://raw.githubusercontent.com/ComradOrg/Comrad/master/script/install)