Browse Source

Update readme.md (#70)

Command doesn't work with `~`, only `$HOME` does.
Séverin Dupouy 4 months ago
parent
commit
c53658537e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qmk/readme.md

+ 1 - 1
qmk/readme.md

@@ -74,5 +74,5 @@ qmk list-keyboards | grep 'iris'
 Then I run the script
 
 ```sh
-QMK_PATH="~/Code/qmk" ./arsenik-qmk.sh keebio/iris/rev2 -f
+QMK_PATH="$HOME/Code/qmk" ./arsenik-qmk.sh keebio/iris/rev2 -f
 ```