diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-25 23:47:41 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-25 23:47:41 +0800 |
commit | 9dd40d8d1459e16c8fbbc400741612237a051502 (patch) | |
tree | 8014c6bd5a29937320cfc84d60ba4c5251602b1c | |
parent | 245039135b6332955336ffb30a16a993f580376b (diff) | |
download | hyperfi-9dd40d8d1459e16c8fbbc400741612237a051502.tar.lz hyperfi-9dd40d8d1459e16c8fbbc400741612237a051502.tar.xz hyperfi-9dd40d8d1459e16c8fbbc400741612237a051502.zip |
README.md: update to curl download script
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ You can also read the [Network configuration](https://conocimientoslibres.tuxfam Then download the script with from the command line: ```console -$ wget https://0x0.st/NlXF -O hyperfi +$ curl -L https://0x0.st/NlXF -o hyperfi ``` Finally, launch the script: |