diff options
author | Astound <kirito@disroot.org> | 2024-08-01 23:55:55 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-08-01 23:55:55 +0800 |
commit | 38ea97b31b3d6ee21a9e9c0f65d63c2868341edc (patch) | |
tree | 1941996cfd0a35718b1e8cae814b11556c4cb574 /README_es.md | |
parent | c19d3a94142527e8ed22d48f4f1ee7a00e493a72 (diff) | |
download | hyperterm-38ea97b31b3d6ee21a9e9c0f65d63c2868341edc.tar.lz hyperterm-38ea97b31b3d6ee21a9e9c0f65d63c2868341edc.tar.xz hyperterm-38ea97b31b3d6ee21a9e9c0f65d63c2868341edc.zip |
update URLs
Diffstat (limited to 'README_es.md')
-rw-r--r-- | README_es.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README_es.md b/README_es.md index d4ee3d7..46d3182 100644 --- a/README_es.md +++ b/README_es.md @@ -50,7 +50,7 @@ Configuración personalizada del Prompt Shell para Bash 1. Descargar el archivo `install.sh`: - curl -Ls https://git.sr.ht/~heckyel/hyperterm/blob/master/install.sh -o "$HOME/install.sh" + curl -Ls https://git.fridu.us/heckyel/hyperterm/raw/branch/master/install.sh -o "$HOME/install.sh" 2. Ejecutar el archivo `install.sh` @@ -76,8 +76,8 @@ Configuración personalizada del Prompt Shell para Bash 2. Clona el repositorio HyperTerm: - - Mirror 1: `git clone https://git.sr.ht/~heckyel/hyperterm.git "$HOME/bash"` - - Mirror 2: `git clone https://notabug.org/heckyel/hyperterm.git "$HOME/bash"` + - Mirror 1: `git clone https://git.fridu.us/heckyel/hyperterm.git "$HOME/bash"` + - Mirror 2: `git clone https://c.fridu.us/heckyel/hyperterm.git "$HOME/bash"` 3. Copia los archivos de HyperTerm en tu Directorio Local @@ -177,7 +177,7 @@ Configuración personalizada del Prompt Shell para Bash 1. Descargar el archivo `uninstall.sh`: ```console - $ curl -Ls https://git.sr.ht/~heckyel/hyperterm/blob/master/uninstall.sh -o "$HOME/uninstall.sh" + $ curl -Ls https://git.fridu.us/heckyel/hyperterm/raw/branch/master/uninstall.sh -o "$HOME/uninstall.sh" ``` 2. Ejecutar el archivo `uninstall.sh`: |