From 8c66bcb1e1be2b9df1a464f524335a0d52a8c2a2 Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Sat, 18 Dec 2021 21:09:16 +0000 Subject: [PATCH] separated "cd output && cp creds_example.yml creds.yml" --- docs/guides/windows-guide.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/guides/windows-guide.md b/docs/guides/windows-guide.md index 2b5198323..9d95dba54 100644 --- a/docs/guides/windows-guide.md +++ b/docs/guides/windows-guide.md @@ -83,11 +83,12 @@ 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 && cp creds_example.yml creds.yml` -5. 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) -6. [Enter your bot's token](#creds-guide) -7. Run the bot `dotnet NadekoBot.dll` -8. 🎉 +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` +9. 🎉 ##### Update Instructions