Skip to content

Commit 0d9851b

Browse files
committed
update readme with git setup info
1 parent 3162d3e commit 0d9851b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,13 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
120120
 
121121
## Application Setup
122122

123-
Access the webui at `http://<your-ip>:8443`. For github integration, drop your ssh key in to `/config/.ssh`.
123+
Access the webui at `http://<your-ip>:8443`.
124+
For github integration, drop your ssh key in to `/config/.ssh`.
125+
Then open a terminal from the top menu and set your github username and email via the following commands
126+
```
127+
git config --global user.name "username"
128+
git config --global user.email "email address"
129+
```
124130

125131

126132

readme-vars.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,14 @@ optional_block_1_items: ""
5555
# application setup block
5656
app_setup_block_enabled: true
5757
app_setup_block: |
58-
Access the webui at `http://<your-ip>:8443`. For github integration, drop your ssh key in to `/config/.ssh`.
58+
Access the webui at `http://<your-ip>:8443`.
59+
For github integration, drop your ssh key in to `/config/.ssh`.
60+
Then open a terminal from the top menu and set your github username and email via the following commands
61+
```
62+
git config --global user.name "username"
63+
git config --global user.email "email address"
64+
```
65+
5966
6067
# changelog
6168
changelogs:

0 commit comments

Comments
 (0)