From 01e712a6e79653ed6309763d009cd8031e692438 Mon Sep 17 00:00:00 2001 From: JamesIves Date: Sun, 19 Jan 2020 13:17:39 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4f20cc3..c002fc25 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ on: ### Using an SSH Deploy Key 🔑 -If you'd prefer to use an SSH deploy key you must first generate a new SSH key by running the following terminal command, replacing the email with one connected to your GitHub account. +If you'd prefer to use an SSH deploy key as opposed to a token you must first generate a new SSH key by running the following terminal command, replacing the email with one connected to your GitHub account. -``` +```bash ssh-keygen -t rsa -b 4096 -C "youremailhere@example.com" -N "" ```