panorama/docs/src/intro.md

22 lines
448 B
Markdown
Raw Normal View History

2021-02-16 21:33:36 +00:00
# Intro
Panorama is a personal information manager.
2021-02-23 04:42:13 +00:00
[Click here for API docs][1]
2021-03-09 00:32:01 +00:00
## 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.
2021-02-24 12:50:27 +00:00
[1]: https://pim.mzhang.io/api/panorama/
2021-03-09 00:32:01 +00:00
[2]: ./config.md