fix: Update download link

This commit is contained in:
Nathan Woodburn 2023-10-13 11:28:01 +11:00
parent 98b4060679
commit 872910ca3c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -6,7 +6,7 @@ This script is used for quick uploading and sharing of files.
It prints a QR code of the share link to allow for quick and easy sharing to a phone
### Usage
```
```sh
upload <file>
```
@ -15,6 +15,6 @@ upload <file>
- qrencode
### Installation
```
sudo wget -O /usr/local/bin/upload https://<link> && sudo chmod +x /usr/local/bin/upload
```sh
sudo wget -O /usr/local/bin/upload https://git.woodburn.au/nathanwoodburn/scripts/raw/branch/main/upload && sudo chmod +x /usr/local/bin/upload
```