From dc34ebbb49c4055f0fe0bca640dcc02d8f803424 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 14 Sep 2020 20:10:19 +0100 Subject: [PATCH] updates --- script/micro_installer | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/micro_installer b/script/micro_installer index 6e32bb3..115252d 100644 --- a/script/micro_installer +++ b/script/micro_installer @@ -1,8 +1,11 @@ #!/bin/bash # -# Usage: curl http://komrade.app/install | bash +# Usage: bash <(curl http://komrade.app/run) +# +# Also at: https://github.com/Komrade/Komrade/blob/master/script/micro_installer # # For more info, visit: https://github.com/Komrade/Komrade#install +# ##