Added both to have options

This commit is contained in:
Gerben Jan Dijkman 2022-01-01 18:06:51 +01:00
parent ab553dab04
commit be669fc86e
1 changed files with 10 additions and 0 deletions

View File

@ -15,3 +15,13 @@ sync-type = git
sync-uri = https://git.gjdwebserver.nl/gjdwebserver/gjdwebserver-overlay
auto-sync = yes
```
Or if you want to use GitHub
```
[gjdwebserver]
location = /var/db/repos/gjdwebserver
sync-type = git
sync-uri = https://github.com/stealthgun/gjdwebserver-overlay
auto-sync = yes
```