diff options
author | Jesus <heckyel@hyperbola.info> | 2024-05-27 00:54:12 +0800 |
---|---|---|
committer | Jesus <heckyel@hyperbola.info> | 2024-05-27 00:54:12 +0800 |
commit | b3c6fd736b05defb6ddc98cd3493d99b70321a30 (patch) | |
tree | 7202008e260546ee43159fa34aeb5e3b9537274a /README.md | |
parent | e31e96cc679302998c297f3837c028a07a97962e (diff) | |
download | hyperterm-b3c6fd736b05defb6ddc98cd3493d99b70321a30.tar.lz hyperterm-b3c6fd736b05defb6ddc98cd3493d99b70321a30.tar.xz hyperterm-b3c6fd736b05defb6ddc98cd3493d99b70321a30.zip |
README.md update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -51,7 +51,7 @@ Custom Prompt Shell Settings for Bash 1. Download file `install.sh`: - $ wget https://c.fridu.us/software/hyperterm.git/plain/install.sh -O "$HOME/install.sh" + $ curl -Ls https://c.fridu.us/software/hyperterm.git/plain/install.sh -o "$HOME/install.sh" 2. Run file `install.sh` @@ -174,11 +174,11 @@ Custom Prompt Shell Settings for Bash 1. Download file `uninstall.sh`: - $ wget https://git.sr.ht/~heckyel/hyperterm/blob/master/uninstall.sh -O "$HOME/uninstall.sh" + $ curl -Ls https://git.sr.ht/~heckyel/hyperterm/blob/master/uninstall.sh -o "$HOME/uninstall.sh" - o + or - $ wget https://notabug.org/heckyel/hyperterm/raw/master/uninstall.sh -O "$HOME/uninstall.sh" + $ curl -Ls https://notabug.org/heckyel/hyperterm/raw/master/uninstall.sh -o "$HOME/uninstall.sh" 2. Run file `uninstall.sh`: |