updated readme

This commit is contained in:
Nick 2021-05-22 11:36:42 -04:00
parent f80df6fef9
commit 7f99a8a4aa

View File

@ -1,3 +1,15 @@
# Gitting-Started
Getting started with Git
Getting started with Git
Create SSH Key
```ssh-keytgen```
Get SSH public key
```cat ~/.ssh/id_rsa.pub```
Add key to gitea
TBC...