diff options
author | Nathanaƫl <roipoussiere@protonmail.com> | 2019-05-26 13:06:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-26 13:06:54 +0200 |
commit | 02867f7d47dc9f4e37b86fed8bdf67711bc1d6c6 (patch) | |
tree | 9a9ea20d9531c671190fd729d505b31695d30ad2 | |
parent | b076ae03073e85a2f7f08ecaf45b5c93d2a82f2a (diff) | |
download | hyperfi-02867f7d47dc9f4e37b86fed8bdf67711bc1d6c6.tar.lz hyperfi-02867f7d47dc9f4e37b86fed8bdf67711bc1d6c6.tar.xz hyperfi-02867f7d47dc9f4e37b86fed8bdf67711bc1d6c6.zip |
Use indent syntax for code samples in readme
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -18,21 +18,15 @@ You can watch my videos to see how to use it [here](https://www.youtube.com/play 3. Download the script with from the command line: -``` -wget archfi.sf.net/archfi -``` + wget archfi.sf.net/archfi If SourceForge is down, use this instead: -``` -wget matmoul.github.io/archfi -``` + wget matmoul.github.io/archfi 4. Finally, launch the script: -``` -sh archfi -``` + sh archfi Then follow the on-screen instructions to completion. |