Change references of GitHub to gitea.bbaovanc.com

This commit is contained in:
BBaoVanC 2020-09-06 11:09:06 -05:00
parent 7c1f449bce
commit 5e2be10434
No known key found for this signature in database
GPG Key ID: 6D74C8B0E7D791C2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
imgupload is a Flask + uWSGI application to serve as an all-purpose image/file uploader over POST requests.
### Installation
1. Clone the repository: `git clone https://github.com/BBaoVanC/imgupload.git`
1. Clone the repository: `git clone https://gitea.bbaovanc.com/bbaovanc/imgupload.git`
2. Enter the imgupload directory: `cd imgupload`
3. Create a virtualenv: `python3 -m venv env`
4. Enter the virtualenv: `source env/bin/activate`