README.md: mention dependencies

This commit is contained in:
Paper 2020-02-04 19:59:21 +01:00
parent 0c35f2d082
commit 8669118246
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@ Do you think it will be there in a year? or 2?
Tamias stores the articles in a folder on your computer, so you won't lose them.
# Installation
you will have to have readability-cli installed [original repository](https://github.com/dergigi/readability-cli) or [my fork](https://tildegit.org/paper/readability-cli)
dependencies:
- readability-cli: from the original repository <https://github.com/dergigi/readability-cli> or my fork <https://tildegit.org/paper/readability-cli>
- curl
```sh
sudo make install
```