From 93453ba522fb971e3e53092940d8f009c6463bd3 Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Fri, 7 Jan 2022 08:05:15 +0000 Subject: [PATCH] added warning to not follow manual release if following source --- docs/guides/osx-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/osx-guide.md b/docs/guides/osx-guide.md index 088f23e9c..4d8615c93 100644 --- a/docs/guides/osx-guide.md +++ b/docs/guides/osx-guide.md @@ -56,6 +56,8 @@ sudo ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/ ## MacOS Manual Release installation instructions +⚠ IF YOU ARE FOLLOWING THE GUIDE ABOVE, IGNORE THIS SECTION ⚠ + ##### Installation Instructions 1. Download the latest release from @@ -120,4 +122,4 @@ rm -r nadekobot-old/data/strings && \ cp -RT nadekobot-old/data/ nadekobot/data/ && \ cp nadekobot-old/creds.yml nadekobot/ && \ cd nadekobot && chmod +x NadekoBot -``` \ No newline at end of file +```