From 5e2be1043441b95dd2ffa35bf9b64c3223e7b7b4 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 6 Sep 2020 11:09:06 -0500 Subject: [PATCH] Change references of GitHub to gitea.bbaovanc.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c5ac56..f3b5834 100644 --- a/README.md +++ b/README.md @@ -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`