2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-13 07:10:49 +00:00
This commit is contained in:
marxzuckerburg 2020-09-30 17:24:58 +01:00
parent fe62066a09
commit 25a0f165cd
2 changed files with 4 additions and 4 deletions

View File

@ -216,7 +216,7 @@
<h3 id="install">Install</h3>
<p>In one line:</p>
<pre><code>bash <(curl http://comrad.app/run)</code></pre>
<p>(<a href="https://github.com/Comrad/Comrad/blob/master/script/micro_installer">That's</a> a shortcut to <a href="https://github.com/Comrad/Comrad/blob/master/script/install">this auto-installer script</a>.)</p>
<p>(<a href="https://github.com/ComradOrg/Comrad/blob/master/script/micro_installer">That's</a> a shortcut to <a href="https://github.com/ComradOrg/Comrad/blob/master/script/install">this auto-installer script</a>.)</p>
<p>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.</p>
<h3 id="run">Run</h3>
<p>Install as above.</p>

View File

@ -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)