mirror of
https://github.com/SophiaAtkinson/yourls-bash.git
synced 2024-10-10 02:29:57 -07:00
Update README.md
This commit is contained in:
parent
382eb95a72
commit
d7b733fd39
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user