mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
poor excuse for documentation
This commit is contained in:
parent
ae8872d51e
commit
17fe90c8d0
3 changed files with 10 additions and 0 deletions
|
@ -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`.
|
Loading…
Add table
Add a link
Reference in a new issue