Skip to content

Commit

Permalink
adding mbstring dependency to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
czhanacek committed May 9, 2019
1 parent 8a5f7e1 commit efa1cd3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ Powerful TUI for todo.txt.
![Screenshot](https://raw.githubusercontent.com/onovy/otodo/master/screenshot.png "Screenshot")

## Requirements ##
otodo is written in PHP (yes, in PHP!). So you need PHP interpreter. I'm using PHP 7.2, but it should work on 7.0+. No extension is required. It should work on almost any Unix-like system, tested on Ubuntu.
otodo is written in PHP (yes, in PHP!). So you need PHP interpreter. I'm using PHP 7.2, but it should work on 7.0+. mbstring is the only required dependency.

```
apt install php-mbstring
```

It should work on almost any Unix-like system, tested on Ubuntu.



## Installation ##
There isn't any releases, I consider master branch at Github as stable.
Expand Down

0 comments on commit efa1cd3

Please sign in to comment.