Skip to content

Commit

Permalink
Update TROUBLESHOOT.md
Browse files Browse the repository at this point in the history
Add missing `git-it` for setting up an alias.
  • Loading branch information
fuesika committed Oct 4, 2014
1 parent 96b4d13 commit 1bd6982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ _Common bumps in the road for users - helpful to know as a mentor!_

**Setup for Debian-based systems**

Set up an alias for *git-it* to be used with this locale by adding the following line to `~/.bashrc`: `alias git-it="LANG=en_US.UTF-8"`.
Set up an alias for *git-it* to be used with this locale by adding the following line to `~/.bashrc`: `alias git-it="LANG=en_US.UTF-8 git-it"`.
You should be fine once the alias is set up. In case the locale is not available, you may run `dpkg-reconfigure locales` as root and add an English locale manually, e.g. `en_US.UTF-8`.

0 comments on commit 1bd6982

Please sign in to comment.