mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
UPDATE README
This commit is contained in:
parent
6b35d6ea1d
commit
cd2a4548d2
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user