UPDATE README

This commit is contained in:
whitney 2024-09-22 00:10:11 -07:00
parent 6b35d6ea1d
commit cd2a4548d2

View File

@ -72,10 +72,17 @@ workflow
admin::public_key admin::public_key
read::org read::org
``` ```
Authenticate with the CLI: Authenticate with the CLI using a PAT you generate from Github WebUI:
``` ```
gh auth login 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 Clone this repo
``` ```
gh repo clone runyanjake/olomana ~/repositories/ gh repo clone runyanjake/olomana ~/repositories/