diff options
author | Nathanaƫl <roipoussiere@protonmail.com> | 2019-05-27 11:19:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 11:19:36 +0200 |
commit | c69f2cce65cfbfc24627234ffa5774cdb242ddfc (patch) | |
tree | 92396a083f0ae266e3729500e6bff1057c7a97ac | |
parent | 02867f7d47dc9f4e37b86fed8bdf67711bc1d6c6 (diff) | |
download | hyperfi-c69f2cce65cfbfc24627234ffa5774cdb242ddfc.tar.lz hyperfi-c69f2cce65cfbfc24627234ffa5774cdb242ddfc.tar.xz hyperfi-c69f2cce65cfbfc24627234ffa5774cdb242ddfc.zip |
fix code sample indentation
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,11 +12,11 @@ You can watch my videos to see how to use it [here](https://www.youtube.com/play ## How to use -1. Boot with the [last Arch Linux image](https://www.archlinux.org/download/) with a [bootable device](https://wiki.archlinux.org/index.php/USB_flash_installation_media). +First, boot with the [last Arch Linux image](https://www.archlinux.org/download/) with a [bootable device](https://wiki.archlinux.org/index.php/USB_flash_installation_media). -2. Make sure you have Internet connexion on the Arch iso. If you have a wireless connection the `wifi-menu` command might be useful to you. You can also read the [Network configuration](https://wiki.archlinux.org/index.php/Network_configuration) from the Arch Linux guide for more detailed instructions. +Then make sure you have Internet connexion on the Arch iso. If you have a wireless connection the `wifi-menu` command might be useful to you. You can also read the [Network configuration](https://wiki.archlinux.org/index.php/Network_configuration) from the Arch Linux guide for more detailed instructions. -3. Download the script with from the command line: +Then download the script with from the command line: wget archfi.sf.net/archfi @@ -24,7 +24,7 @@ If SourceForge is down, use this instead: wget matmoul.github.io/archfi -4. Finally, launch the script: +Finally, launch the script: sh archfi |