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

Update installation instructions to match README.md

Xiretza 2022-11-30 18:11:12 +01:00
parent da17754403
commit 9ed1527cd8

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