Use ta config set in documentation

This commit is contained in:
Dustin J. Mitchell
2021-05-05 16:25:05 -04:00
parent fd62c8327b
commit 3bb198425c
2 changed files with 36 additions and 2 deletions

View File

@@ -40,7 +40,15 @@ If using a remote server:
* `server_client_key` - Client key to identify this replica to the sync server (a UUID)
If not set, then sync is done to a local server.
# Reports
## Reports
* `reports` - a mapping of each report's name to its definition.
See [Reports](./reports.md) for details.
## Editing
As a shortcut, the simple, top-level configuration values can be edited from the command line:
```shell
ta config set data_dir /home/myuser/.taskchampion
```