update config docs for auto updates

This commit is contained in:
Jesse Duffield 2018-08-26 13:03:37 +10:00
parent 57decdd11d
commit 12261ceb05
2 changed files with 5 additions and 2 deletions

View file

@ -18,6 +18,9 @@
# stuff relating to git
os:
# stuff relating to the OS
update:
method: prompt # can be: prompt | background | never
days: 14 # how often an update is checked for
```
## Color Attributes:

View file

@ -223,8 +223,8 @@ func getDefaultConfig() []byte {
os:
# stuff relating to the OS
update:
method: prompt # can be prompt | background | never
days: 7 # only applies for prompt/background update methods
method: prompt # can be: prompt | background | never
days: 14 # how often a update is checked for
`)
}