Update README.md

This commit is contained in:
SeNS
2024-06-24 20:10:20 -04:00
committed by GitHub
parent c4af71ee79
commit ed8e5554fd

View File

@@ -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. 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 git clone https://github.com/yourusername/uploader.git
cd uploader 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 ### Install Python prerequisites
``` ```