Tweaked the readmme a bit.

This commit is contained in:
Layla Marchant 2020-04-02 10:01:18 -04:00
parent e01a540976
commit c5ca45ae8e
1 changed files with 3 additions and 2 deletions

View File

@ -144,10 +144,11 @@ from Homebrew:
brew install gettext brew install gettext
export PATH="$(brew --prefix gettext)/bin:$PATH" export PATH="$(brew --prefix gettext)/bin:$PATH"
If for some reason you need to remove all of these files from your If for some reason you need to remove all generated files from your
directory, you can do so via the following command (requires Git): directory, you can do so via the following command (requires Git):
git clean -fdx git clean -fdx
Note: automatically generated files are listed in .gitignore, so you Note: automatically generated files are listed in .gitignore, so you
generally don't actually have to do this. generally don't actually have to do this. This is mainly useful for
build tests.