1
0
mirror of https://github.com/etesync/server synced 2024-11-29 12:08:07 +00:00

add release tag to git clone command

Case_Of 2021-03-06 23:59:33 +01:00
parent 48cb8139ae
commit d050376dd9

@ -12,7 +12,7 @@ We use a virtual environment as this avoids having to install the dependencies s
$ apt-get install python3-virtualenv $ apt-get install python3-virtualenv
$ cd ~ # To set up the server in your home dir $ cd ~ # To set up the server in your home dir
$ git clone https://github.com/etesync/server etebase $ git clone --branch v0.7.0 https://github.com/etesync/server etebase
$ cd etebase $ cd etebase
$ virtualenv -p python3 .venv # If doesn't work, try: virtualenv3 .venv $ virtualenv -p python3 .venv # If doesn't work, try: virtualenv3 .venv