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.
This commit is contained in:
Layla Marchant 2020-03-06 15:59:52 -05:00
parent 4c2b40a570
commit 9f15125585
1 changed files with 3 additions and 1 deletions

View File

@ -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.