From aae93689610a67c6f4387325812959c10fb792a6 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 27 Sep 2016 11:08:29 -0700 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index df0e793..db5ee87 100644 --- a/Readme.md +++ b/Readme.md @@ -24,7 +24,7 @@ Or to use the latest git version: cursive = { git = "https://github.com/gyscos/Cursive" } ``` -(You will also need ncurses installed - if it isn't already, check in your package manager.) +(You will also need ncurses installed - if it isn't already, check in your package manager. Make sure you install the `ncursesw` version if available, for UTF-8 support.) ```rust extern crate cursive;