Updates documentation
This commit is contained in:
parent
09b82df959
commit
dc1cd46815
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -1,2 +1,15 @@
|
|||
# freed
|
||||
A unique feed aggregator and bookmarking service that tries to free you from too much content.
|
||||
|
||||
A unique feed aggregator and bookmarking service that tries to free you from too much content. Currently only a CLI program, but I plan to add a web server and frontend in the future. In active development.
|
||||
|
||||
## Installation
|
||||
|
||||
The easiest way to install the program is by using `go install`:
|
||||
|
||||
```sh
|
||||
go install ...
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
- [ ] Document usage after commands are set up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue