1
0

Update README.md

This commit is contained in:
GenZmeY 2023-05-10 08:45:03 +03:00 committed by GitHub
parent 353a706ea3
commit ddc0bb2fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,16 +29,15 @@ Add submodule: `git submodule add https://github.com/GenZmeY/KF2-BuildTools tool
Get updates: `pushd tools && git pull && popd` Get updates: `pushd tools && git pull && popd`
Commit the changes: `git add tools && git commit -m 'update tools'` 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 ## Updating build tools
Since version 1.9.0 build script can update itself: Since version 1.9.0 build script can update itself:
`./tools/builder --update` `./tools/builder --update`
*if you have an older version you need to update once manually to start using this feature* *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 ## Usage
Available commands can be found here: [USAGE.md](USAGE.md) Available commands can be found here: [USAGE.md](USAGE.md)