From 9f15125585ffb0867fc7b1ce894878d5894c7e53 Mon Sep 17 00:00:00 2001 From: Layla Marchant Date: Fri, 6 Mar 2020 15:59:52 -0500 Subject: [PATCH] Changed readme to suggest going into the locale directory for build.py. I forgot when I wrote that, the script actually works on cwd and so does nothing if you try to use it as suggested in the readme. --- README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 9e92319..d1c643e 100644 --- a/README.txt +++ b/README.txt @@ -130,7 +130,9 @@ Once these dependencies are installed, simply do the following from a terminal window: autoreconf -vif - ./locale/build.py + cd locale + ./build.py + cd .. The arguments to autoreconf are technically optional, but recommended.