From 4fd7b2d8cd7de16d2d809707a324c8b7e9d4d858 Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Fri, 24 Dec 2021 21:46:24 +0000 Subject: [PATCH] fixed error in Source guide (accidentally used quotes) --- docs/guides/windows-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/windows-guide.md b/docs/guides/windows-guide.md index 9d95dba54..97b63be6e 100644 --- a/docs/guides/windows-guide.md +++ b/docs/guides/windows-guide.md @@ -83,8 +83,8 @@ Open PowerShell (press windows button on your keyboard and type powershell, it s 1. `git clone https://gitlab.com/kwoth/nadekobot -b v3 --depth 1` 2. `cd nadekobot` 3. `dotnet publish -c Release -o output/ src/NadekoBot/` -4. `cd output' -5. 'cp creds_example.yml creds.yml` +4. `cd output` +5. `cp creds_example.yml creds.yml` 6. Open `creds.yml` with your favorite text editor (Please don't use Notepad or WordPad. You can use Notepad++, VSCode, Atom, Sublime, or something similar) 7. [Enter your bot's token](#creds-guide) 8. Run the bot `dotnet NadekoBot.dll`