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)