From aa8658fb62c8ac4d050b4f9142a570388d588950 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 7 Feb 2022 18:00:04 +0900 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e6eb35..eacde3d 100644 --- a/README.md +++ b/README.md @@ -529,11 +529,13 @@ Generate your deploy key with the following command. ```sh ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N "" -# You will get 2 files: -# gh-pages.pub (public key) -# gh-pages (private key) ``` +You will get 2 files: + +- `gh-pages.pub` is a public key +- `gh-pages` is a private key + Next, Go to **Repository Settings** - Go to **Deploy Keys** and add your public key with the **Allow write access**