From 319120739423da0580d1f07b0d6fc87d71487bdb Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 8 May 2022 17:24:35 +0200 Subject: [PATCH] Update install instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 143aba6..3f74dcd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ $ pip3 install discord.py simple_term_menu You can download the script or run it with this: ```shell -$ curl -s https://raw.githubusercontent.com/ByteDream/guildsc/main/guildsc.py | python3 +$ curl -s https://raw.githubusercontent.com/ByteDream/guildsc/main/guildsc.py -o guildsc.py +$ python3 guildsc.py ``` ## License