diff options
author | Chris Boudacoff <d3v1c3nv11@users.noreply.github.com> | 2017-11-16 16:26:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 16:26:30 +0200 |
commit | 4e01258ef79f58258c8021f4c781e9f8de2de9c2 (patch) | |
tree | 61a99723851e24dba22d88958ac4ddb9ed471f78 | |
parent | be2c185f2a7f4ffa2bc506148421cfb3fb4c7fea (diff) |
Update readme.md
-rw-r--r-- | upgrade/readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/upgrade/readme.md b/upgrade/readme.md index b2d1f2d..d706815 100644 --- a/upgrade/readme.md +++ b/upgrade/readme.md @@ -8,7 +8,11 @@ tar -xvf firmware.tar.gz navigate to the firmware folder and then perform an update with the following commands: ```bash cd firmware -sudo ./update +sudo ./update #standart firmware + +or + +sudo ./update-notap #firmware with taps disabled ``` Then follow the onscreen prompts: |