Tweaked the readmme a bit.
This commit is contained in:
parent
e01a540976
commit
c5ca45ae8e
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue