diff --git a/Readme.md b/Readme.md index 997f625..836d0e9 100644 --- a/Readme.md +++ b/Readme.md @@ -2,14 +2,19 @@ Install the requirements.txt # First time usage -First run python lib/main.py --createdb -Second run python lib/main.py --importregiondb +cd lib/ + +First run python main.py --createdb +Second run python main.py --importregiondb # Config edit /lib/conf # Main scripts -For the cmd line use python lib/main.py --help -For the gui run python lib/gui.py +cd lib/ +For the cmd line use python main.py --help +For the gui run python gui.py +# BUG +There is a not implemented "feature" the cancel button on a password dialog does not work an you have to kill the application, will be fixed some time. \ No newline at end of file