[READNE.md]: update syntax

This commit is contained in:
Jesús 2021-04-08 22:14:51 -05:00
parent f2d27e5515
commit 2adfc585d8
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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
```