Update README.md

This commit is contained in:
Sophia Atkinson 2024-04-12 20:37:50 -07:00 committed by GitHub
parent 382eb95a72
commit d7b733fd39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ A simple bash script to shorten URLs with [YOURLS](https://yourls.org)
```shell
# using wget
$> wget -q https://raw.githubusercontent.com/ozh/yourls-bash/master/yourls
$> wget -q https://raw.githubusercontent.com/SophiaAtkinson/yourls-bash/master/yourls
# using curl
$> curl -s -o yourls https://raw.githubusercontent.com/ozh/yourls-bash/master/yourls
$> curl -s -o yourls https://raw.githubusercontent.com/SophiaAtkinson/yourls-bash/master/yourls
```
Then, edit the two parameters at the beginning of the script (`YOURLS_HOST` and `YOURLS_KEY`) to match your setup.