docs(README): fix minor typos/inconsistencies
This commit is contained in:
parent
22e4669c34
commit
adae924ca1
12
README.md
12
README.md
@ -26,7 +26,7 @@ Currently you can do the following to tasks:
|
|||||||
- Checklists
|
- Checklists
|
||||||
- Mark tasks as complete
|
- Mark tasks as complete
|
||||||
|
|
||||||
For a list of planned features, check out the [roadmap](https://github.com/JordanKnott/taskcafe/wiki/Roadmap)!
|
For a list of planned features, check out the [Roadmap](https://github.com/JordanKnott/taskcafe/wiki/Roadmap)!
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ This will:
|
|||||||
|
|
||||||
The newly created `taskcafe` binary can be found in the __dist__ folder.
|
The newly created `taskcafe` binary can be found in the __dist__ folder.
|
||||||
|
|
||||||
It contains everything neccessary to run except the config file. An example config file can be found in `conf/app.example.toml`
|
It contains everything neccessary to run except the config file. An example config file can be found in `conf/app.example.toml`.
|
||||||
|
|
||||||
The config will need to be copied to a `conf/app.toml` in the same place the binary is.
|
The config will need to be copied to a `conf/app.toml` in the same place the binary is.
|
||||||
|
|
||||||
@ -87,17 +87,17 @@ Make sure to fill out the database section of the config in order to connect it
|
|||||||
|
|
||||||
Then run the database migrations with `taskcafe migrate`.
|
Then run the database migrations with `taskcafe migrate`.
|
||||||
|
|
||||||
Now you can run the web interface by running `taskcafe web`
|
Now you can run the web interface by running `taskcafe web`.
|
||||||
|
|
||||||
## How is this different from X (Trello, NextCloud, etc)?
|
## How is this different from X (Trello, NextCloud, etc)?
|
||||||
|
|
||||||
One of the primary goal's of Taskcafe is to provide a project management tool that I personally enjoy using for my
|
One of the primary goals of Taskcafe is to provide a project management tool that I personally enjoy using for my
|
||||||
own projects and fits my workflow.
|
own projects and fits my workflow.
|
||||||
|
|
||||||
During alpha developement, the current plan is to build the "basic" features - features that are pretty much
|
During alpha development, the current plan is to build the "basic" features - features that are pretty much
|
||||||
standard across all kanban boards / project management tools.
|
standard across all kanban boards / project management tools.
|
||||||
|
|
||||||
Once Taskcafe is out of alpha, there are many features that I plan on adding that will differentiate it from other products (checkout the Roadmap for ideas on future plans).
|
Once Taskcafe is out of alpha, there are many features that I plan on adding that will differentiate it from other products (check out the [Roadmap](https://github.com/JordanKnott/taskcafe/wiki/Roadmap) for ideas on future plans).
|
||||||
|
|
||||||
## Contributing & community
|
## Contributing & community
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user