From 2810268fa365efb6e91e6e9d35b15d5d723da3b6 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Fri, 9 Apr 2021 17:04:38 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e6e1f42..967600f67 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ProxSpace is a collection of tools that are required to compile the firmware and ProxSpace comes with 2 different executables .bat files. - `runme64.bat` will start ProxSpace in x64 mode. - - `autobuild.bat` runs a script (msys2/autobuild.sh) in x64 mode at startup. The script will update all git repositories in the pm3 folder and then compile them and move a zip file with the just compiled firmware and client into the build folder. It is not designed for development, just for compiling. + - `autobuild.bat` runs a script (setup/autobuild.sh) in x64 mode at startup. The script will update all git repositories in the pm3 folder and then compile them and move a zip file with the just compiled firmware and client into the build folder. It is not designed for development, just for compiling. ## What's installed ProxSpace will automatically download and update to the latest required packages. All tools will be contained within the ProxSpace folder, however **once ProxSpace is setup the ProxSpace folder must not be moved**. If you wish to have ProxSpace in a different directory, you need to reinstall it.