From ec4456555804478d5a9765a93d6361cb1b466b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Fri, 12 May 2023 12:25:07 +0200 Subject: [PATCH] Reduce automatic upload to difference between web interface and add a bit more explanation why this might be helpful --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e91ec15..29cd036 100644 --- a/README.md +++ b/README.md @@ -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 ```