From cd2a4548d2f9f9cbd23ecf893b935f191c903f17 Mon Sep 17 00:00:00 2001 From: whitney Date: Sun, 22 Sep 2024 00:10:11 -0700 Subject: [PATCH] UPDATE README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f269c..d74990e 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,17 @@ workflow admin::public_key read::org ``` -Authenticate with the CLI: +Authenticate with the CLI using a PAT you generate from Github WebUI: ``` gh auth login ``` +OR, upload your publickey to Github and configure `~/.ssh/config` to provide that key. +``` +Host github.com + User whitney-server + Hostname github.com + IdentityFile ~/.ssh/id_rsa +``` Clone this repo ``` gh repo clone runyanjake/olomana ~/repositories/