update git url

This commit is contained in:
wowario 2020-06-28 18:29:48 +03:00
parent d9bf22c5ff
commit 1a80e3e741
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ Download application and configure.
``` ```
sudo apt install libjpeg-dev libpng-dev python-virtualenv python3 redis-server postgresql-server postgresql-server-dev-* sudo apt install libjpeg-dev libpng-dev python-virtualenv python3 redis-server postgresql-server postgresql-server-dev-*
git clone https://github.com/skftn/wownero-wfs.git git clone https://git.wownero.com/wownero/wownero-funding-system.git
cd wownero-wfs cd wownero-funding-system
virtualenv -p /usr/bin/python3 virtualenv -p /usr/bin/python3
source venv/bin/activate source venv/bin/activate
pip uninstall pillow pip uninstall pillow