add docs
This commit is contained in:
parent
46567c43e1
commit
e78a83aec7
2 changed files with 16 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Config
|
# Config
|
||||||
|
|
||||||
Configuration is done by editing `$XDG_CONFIG_HOME/panorama/panorama.toml`. It
|
Configuration is done by editing `$XDG_CONFIG_HOME/panorama/panorama.toml`.
|
||||||
|
This is usually found somewhere like `$HOME/.config/panorama/panorama.toml` It
|
||||||
follows the [TOML][1] file format, and the data structures are defined in code
|
follows the [TOML][1] file format, and the data structures are defined in code
|
||||||
at `src/config.rs`.
|
at `src/config.rs`.
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,18 @@ Panorama is a personal information manager.
|
||||||
|
|
||||||
[Click here for API docs][1]
|
[Click here for API docs][1]
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
Since panorama is still in active development, install from git master with
|
||||||
|
|
||||||
|
```
|
||||||
|
cargo install panorama --git https://github.com/iptq/panorama
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, create a config file. The format along with examples can be found in
|
||||||
|
[this page of the manual][2].
|
||||||
|
|
||||||
|
That's it! Run `panorama` forever.
|
||||||
|
|
||||||
[1]: https://pim.mzhang.io/api/panorama/
|
[1]: https://pim.mzhang.io/api/panorama/
|
||||||
|
[2]: ./config.md
|
||||||
|
|
Loading…
Reference in a new issue