update readme with git setup info

This commit is contained in:
aptalca
2019-06-25 12:40:04 -04:00
parent 3162d3e2b7
commit 0d9851b43c
2 changed files with 15 additions and 2 deletions

View File

@@ -120,7 +120,13 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
 
## Application Setup
Access the webui at `http://<your-ip>:8443`. For github integration, drop your ssh key in to `/config/.ssh`.
Access the webui at `http://<your-ip>:8443`.
For github integration, drop your ssh key in to `/config/.ssh`.
Then open a terminal from the top menu and set your github username and email via the following commands
```
git config --global user.name "username"
git config --global user.email "email address"
```