diff --git a/README.md b/README.md index 80ff3b2..5cf5523 100644 --- a/README.md +++ b/README.md @@ -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 +```