poor excuse for documentation
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Summary
|
||||
|
||||
- [Installation](./installation.md)
|
||||
- [Usage](./usage.md)
|
||||
---
|
||||
- [Development Notes](./development-notes.md)
|
||||
|
||||
3
docs/src/installation.md
Normal file
3
docs/src/installation.md
Normal 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
4
docs/src/usage.md
Normal 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`.
|
||||
Reference in New Issue
Block a user