Reduce automatic upload to difference between web interface

and add a bit more explanation why this might be helpful
This commit is contained in:
Julian-Samuel Gebühr 2023-05-12 12:25:07 +02:00
parent e6777b9bf6
commit ec44565558
1 changed files with 2 additions and 3 deletions

View File

@ -35,10 +35,9 @@ cd alertbot
mbc build
```
Build it remotely, and upload the the build simultaneously.
It's possible to upload the build to you maubot instance from the CLI. This is especially helpful when developing.
First login to your instance, then add the `-u` flag to upload after build.
```shell
git clone https://github.com/moan0s/alertbot
cd alertbot
mbc login
mbc build -u
```