diff options
author | Jesús <heckyel@hyperbola.info> | 2021-04-08 22:14:51 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-04-08 22:14:51 -0500 |
commit | 2adfc585d8f157e9a34a8cd28abdfc0740fb904f (patch) | |
tree | 18d30b832aba9136df42c06c3aee1d97c1139ed4 | |
parent | f2d27e55156fd7a28df2109305f11365d8a4abb2 (diff) | |
download | hyperfi-2adfc585d8f157e9a34a8cd28abdfc0740fb904f.tar.lz hyperfi-2adfc585d8f157e9a34a8cd28abdfc0740fb904f.tar.xz hyperfi-2adfc585d8f157e9a34a8cd28abdfc0740fb904f.zip |
[READNE.md]: update syntax
-rw-r--r-- | README.md | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -16,11 +16,15 @@ You can also read the [Network configuration](https://conocimientoslibres.tuxfam Then download the script with from the command line: - wget https://0x0.st/NlXF +```console +$ wget https://0x0.st/NlXF +``` Finally, launch the script: - sh hyperfi +```console +$ sh hyperfi +``` Then follow the on-screen instructions to completion. @@ -28,7 +32,9 @@ If you require extra help, visit the provided video playlist and follow my examp ## More custom install - sh hyperfi -cpl {URL of your custom package list} +```console +$ sh hyperfi -cpl {URL of your custom package list} +``` You can find a sample custom package list file in the samples folder. @@ -36,8 +42,12 @@ You can find a sample custom package list file in the samples folder. You can test your script with this command : - sh hyperfi -t {codebergusername} {branchname} +```console +$ sh hyperfi -t {codebergusername} {branchname} +``` Example : - sh hyperfi -t matmoul master +```console +$ sh hyperfi -t matmoul master +``` |