Skip to content

Commit 9f95844

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents d75ce48 + 96b6ddf commit 9f95844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/newbs_getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ In most situations you will want to answer `y` to all of the prompts.
145145
?>**Note on Debian, Ubuntu and their derivatives**:
146146
It's possible, that you will get an error saying something like: `bash: qmk: command not found`.
147147
This is due to a [bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839155) Debian introduced with their Bash 4.4 release, which removed `$HOME/.local/bin` from the PATH. This bug was later fixed on Debian and Ubuntu.
148-
Sadly, Ubuntu reitroduced this bug and is [yet to fix it](https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562).
148+
Sadly, Ubuntu reintroduced this bug and is [yet to fix it](https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562).
149149
Luckily, the fix is easy. Run this as your user: `echo 'PATH="$HOME/.local/bin:$PATH"' >> $HOME/.bashrc && source $HOME/.bashrc`
150150

151151
### ** FreeBSD **

0 commit comments

Comments
 (0)