README: make it clearer that it's not only for Arch/Fedora

This commit is contained in:
Tom Hacohen
2019-09-17 10:14:00 +01:00
committed by GitHub
parent c3b50d3f72
commit cf0dc8e6a8

View File

@@ -12,12 +12,13 @@ A skeleton app for running your own [EteSync](https://www.etesync.com) server
* Arch Linux : [AUR](https://aur.archlinux.org/packages/etesync-server)
* Fedora : [COPR](https://copr.fedorainfracloud.org/coprs/daftaupe/etesync)
## Manually from source
## From source
Before installing the EteSync server make sure you install `virtualenv` (for **Python 3**):
* Arch Linux: `pacman -S python-virtualenv`
* Debian/Ubuntu: `apt-get install python3-virtualenv`
* Mac/Windows/Other Linux: install virtualenv or just skip the instructions mentioning virtualenv.
Then just clone the git repo and set up this app: