Commit 3136ad71 authored by wojiushixiaobai's avatar wojiushixiaobai

Merge branch 'docs' of https://github.com/wojiushixiaobai/jumpserver into docs

parents ccb0e866 26fa9d05
......@@ -33,7 +33,7 @@
$ source /opt/py3/bin/activate
# 配置 autoenv
$ git clone git://github.com/kennethreitz/autoenv.git
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
......
......@@ -79,7 +79,7 @@ CentOS 7 安装文档
# 自动载入 Python3 虚拟环境
$ cd /opt
$ git clone git://github.com/kennethreitz/autoenv.git
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
......
......@@ -57,7 +57,7 @@
::
$ cd /opt
$ git clone git://github.com/kennethreitz/autoenv.git
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
......
......@@ -79,7 +79,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
::
$ cd /opt
$ git clone git://github.com/kennethreitz/autoenv.git
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment