From ed8e5554fdc8d06611a6de6f254d1220e5f26b2d Mon Sep 17 00:00:00 2001 From: SeNS Date: Mon, 24 Jun 2024 20:10:20 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b9b1c6..188697c 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,19 @@ The application uses PHP and a Python authentication service running on Apache2. For simplicity, I'll use my current Ubuntu instance user name, you should replace by yours. - ### Clone or download this repository - + ### Clone ``` git clone https://github.com/yourusername/uploader.git cd uploader ``` - + ### or download this repository + ``` + wget https://github.com/sensboston/uploader/archive/refs/heads/master.zip + unzip master.zip -d uploader + mv uploader/uploader-master/* uploader/ + rm -r uploader/uploader-master + rm master.zip + ``` ### Install Python prerequisites ```