From 190f030b9353c2da19d45290246daba5337c2687 Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Wed, 9 Feb 2022 07:31:01 +0000 Subject: [PATCH] modified step 6 of linux release instructions. --- docs/guides/linux-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/linux-guide.md b/docs/guides/linux-guide.md index 51d627e14..8c2fcf2bf 100644 --- a/docs/guides/linux-guide.md +++ b/docs/guides/linux-guide.md @@ -63,7 +63,7 @@ Open Terminal (if you're on an installation with a window manager) and navigate 5. Copy the creds.yml template - `cp creds_example.yml creds.yml` 6. Open `creds.yml` with your favorite text editor. We will use nano here - - `nano nadekobot/output/creds.yml` + - `nano creds.yml` 8. [Click here to follow creds guide](../../creds-guide) - After you're done, you can close nano (and save the file) by inputting, in order - `CTRL` + `X`