From ddc0bb2fd30af8e5c4dd89ae210a901e186664a3 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Wed, 10 May 2023 08:45:03 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 495a842..d6ace20 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,15 @@ Add submodule: `git submodule add https://github.com/GenZmeY/KF2-BuildTools tool Get updates: `pushd tools && git pull && popd` Commit the changes: `git add tools && git commit -m 'update tools'` +### 2. As standalone script +Just create a `tools` folder and put [builder](builder) there. + ## Updating build tools Since version 1.9.0 build script can update itself: `./tools/builder --update` *if you have an older version you need to update once manually to start using this feature* -### 2. As standalone script -Just create a `tools` folder and put [builder](builder) there. -Now you can use the script in the same way as in the first case, but you will have to update it yourself. - ## Usage Available commands can be found here: [USAGE.md](USAGE.md)