From d7b733fd392ce29fd036a843a95405154cde0a85 Mon Sep 17 00:00:00 2001 From: Sophia Date: Fri, 12 Apr 2024 20:37:50 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d36673..274f9b1 100644 --- a/README.md +++ b/README.md @@ -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.