mirror of
https://github.com/SophiaAtkinson/yourls-bash.git
synced 2025-06-27 00:37:40 -07:00
Update README.md
This commit is contained in:
@ -7,9 +7,9 @@ A simple bash script to shorten URLs with [YOURLS](https://yourls.org)
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# using wget
|
# 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
|
# 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.
|
Then, edit the two parameters at the beginning of the script (`YOURLS_HOST` and `YOURLS_KEY`) to match your setup.
|
||||||
|
Reference in New Issue
Block a user