Merge branch 'hokutochen-v3-patch-43568' into 'v3'

separated "cd output && cp creds_example.yml creds.yml"

See merge request Kwoth/nadekobot!199
This commit is contained in:
Kwoth
2021-12-18 21:09:16 +00:00

View File

@@ -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` 1. `git clone https://gitlab.com/kwoth/nadekobot -b v3 --depth 1`
2. `cd nadekobot` 2. `cd nadekobot`
3. `dotnet publish -c Release -o output/ src/NadekoBot/` 3. `dotnet publish -c Release -o output/ src/NadekoBot/`
4. `cd output && cp creds_example.yml creds.yml` 4. `cd output'
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) 5. 'cp creds_example.yml creds.yml`
6. [Enter your bot's token](#creds-guide) 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. Run the bot `dotnet NadekoBot.dll` 7. [Enter your bot's token](#creds-guide)
8. 🎉 8. Run the bot `dotnet NadekoBot.dll`
9. 🎉
##### Update Instructions ##### Update Instructions