summaryrefslogtreecommitdiffstats
path: root/Home.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-12-30 17:09:58 +0100
committerJack Humbert <jack.humb@gmail.com>2016-12-30 17:09:58 +0100
commit4587248cda848fd15b72a92d8bd6b58a69b365d1 (patch)
tree2a0de838e2226b66fd0c20e37eff9304b41e6f1b /Home.md
parentbdca5c22fea486ca40043122db9da2fc4f15381c (diff)
downloadqmk_firmware-4587248cda848fd15b72a92d8bd6b58a69b365d1.tar.gz
qmk_firmware-4587248cda848fd15b72a92d8bd6b58a69b365d1.tar.xz
add warning to install_dep
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Home.md b/Home.md
index ac0b8cca3..352fc9825 100644
--- a/Home.md
+++ b/Home.md
@@ -19,7 +19,7 @@ Here are the steps
3. Run `git reset --hard`
3. Open "Bash On Ubuntu On Windows" from the start menu
4. With the bash window open, navigate to your copy of the [qmk_firmware repository](https://github.com/jackhumbert/qmk_firmware) using the `cd` command. The harddisks can be accessed from `/mnt/<driveletter>`. For example, your main hard drive (C:) can be accessed by executiing the command `cd /mnt/c`. If your username is John and the qmk_firmware folder is in your Downloads folder, you can move to it with the command `cd /mnt/c/Users/John/Downloads/qmk_firmware`. You can use the Tab key as you go to help you autocomplete the folder names.
-5. Run `sudo util/install_dependencies.sh`.
+5. Run `sudo util/install_dependencies.sh`. **This will run `apt-get upgrade`.**
6. After a while the installation will finish, and you are good to go
**Note** From time to time, the dependencies might change, so just run `install_dependencies.sh` again if things are not working.
@@ -60,7 +60,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 util/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. **This will run `apt-get upgrade`.**
You can also install things manually, but this documentation might not be always up to date with all requirements.