From efa1cd3b3140b78aaf53299abe11ffb51020b0c9 Mon Sep 17 00:00:00 2001 From: Charlie Hanacek Date: Thu, 9 May 2019 11:22:21 -0700 Subject: [PATCH] adding mbstring dependency to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dd9aaf..fb719ad 100644 --- a/README.md +++ b/README.md @@ -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.