mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-13 07:10:49 +00:00
fix
This commit is contained in:
parent
fe62066a09
commit
25a0f165cd
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user