mirror of
https://github.com/zyllian/pupdate.git
synced 2025-01-18 03:32:49 -08:00
add config section to readme
This commit is contained in:
parent
f8fad36610
commit
1201971510
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -5,3 +5,14 @@ simple helper utility to update remote systems alongside the local system easily
|
|||
## usage
|
||||
|
||||
run `pupdate -h` for help with arguments. with no arguments, pupdate will update the local system and any remotes configured in the config file (default ~/.pupdate).
|
||||
|
||||
## config
|
||||
|
||||
```json
|
||||
{
|
||||
"remotes": ["username@remote"],
|
||||
"log_dir": "/path/to/log/directory"
|
||||
}
|
||||
|
||||
if `log_dir` is missing and is not provided when the command is run, no logs from pupdating will be saved.
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue