poor excuse for documentation

This commit is contained in:
Dustin J. Mitchell 2020-11-21 19:47:40 -05:00
parent ae8872d51e
commit 17fe90c8d0
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,6 @@
# Summary
- [Installation](./installation.md)
- [Usage](./usage.md)
---
- [Development Notes](./development-notes.md)

3
docs/src/installation.md Normal file
View file

@ -0,0 +1,3 @@
# Installation
As this is currently in development, installation is by cloning the repository and running "cargo build".

4
docs/src/usage.md Normal file
View file

@ -0,0 +1,4 @@
# Usage
The main interface to your tasks is the `task` command, which supports various subcommands.
You can find a quick list of all subcommands with `task help`.