diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-09-08 17:50:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-08 17:50:24 -0400 |
commit | 55a3fb2411436921556aec51aab859207f0f627c (patch) | |
tree | 95ee06dc34928d7856cb138a414716fb14c1a20f | |
parent | 4caddd1c5b3e7a7d8af2ec1c3fbd9cdaf5db7867 (diff) | |
parent | 08c177f00bbcae251fd9b1a46d203543c48fbaa6 (diff) |
Merge pull request #737 from pondrejk/patch-1
fixed typo in Linux install instructions
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ If you are going to flash Infinity based keyboards you will also need dfu-util ### Linux -To ensure you are always up to date, you can just run `sudo utils/install_dependencies.sh`. That should always install all the dependencies needed. +To ensure you are always up to date, you can just run `sudo util/install_dependencies.sh`. That should always install all the dependencies needed. You can also install things manually, but this documentation might not be always up to date with all requirements. |