summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorErez Zukerman <bulk@ezuk.org>2016-08-26 13:29:12 +0200
committerGitHub <noreply@github.com>2016-08-26 13:29:12 +0200
commit17511870bcd607791958761e8f80185fecbb7d21 (patch)
treee6850388cb00b0319fa93c0a49ed8c99725430b6 /readme.md
parent4321f0af7d34f794a372964be49d225442671c45 (diff)
parent86ece6417644d2e9b5ea2548ff1dd4aa2ee8e354 (diff)
downloadqmk_firmware-17511870bcd607791958761e8f80185fecbb7d21.tar.gz
qmk_firmware-17511870bcd607791958761e8f80185fecbb7d21.tar.xz
Merge pull request #685 from fredizzimo/windows10_instructions_typo
Fix minor typo in the readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index b1808b6d1..db0bf8783 100644
--- a/readme.md
+++ b/readme.md
@@ -54,10 +54,10 @@ Here are the steps
1. Install the Windows 10 subsystem for Linux, following [these instructions](http://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/).
2. If you have previously cloned the repository using the normal Git bash, you will need to clean up the line endings. If you have cloned it after 20th of August 2016, you are likely fine. To clean up the line endings do the following
1. Make sure that you have no changes you haven't committed by running `git status`, if you do commit them first
- 2. From within the Git bash run īgit rm --cached -r .`
+ 2. From within the Git bash run `git rm --cached -r .`
3. Followed by `git reset --hard`
3. Start the "Bash On Ubuntu On Windows" from the start menu
-4. With the bash open, navigate to your git checkout. The harddisk can be accessed from `/mnt` for example `/mnt/c` for the `c:\` drive.
+4. With the bash open, navigate to your Git checkout. The harddisk can be accessed from `/mnt` for example `/mnt/c` for the `c:\` drive.
5. Run `sudo util/install_dependencies.sh`.
6. After a while the installation will finish, and you are good to go