From c5ca45ae8e2d13ce389bfda84b4d35cf623981fc Mon Sep 17 00:00:00 2001 From: Layla Marchant Date: Thu, 2 Apr 2020 10:01:18 -0400 Subject: [PATCH] Tweaked the readmme a bit. --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index ef1d854..3f67411 100644 --- a/README.txt +++ b/README.txt @@ -144,10 +144,11 @@ from Homebrew: brew install gettext 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): git clean -fdx 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.