From 4da64036c188e3e29dff00ed4dac071fb4412d34 Mon Sep 17 00:00:00 2001 From: Nekoyue <46295491+Nekoyue@users.noreply.github.com> Date: Mon, 20 May 2019 17:20:05 +0800 Subject: [PATCH] Update README.md (#2985) Fix a markdown syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbf360602d..696c8c759fe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Prerequisites: * install JDK for your platform, instead of JRE. The build requires ```tools.jar```, which is not included in JRE; * on macOS install Xcode 10.2 * on Fedora 26+ ```yum install ncurses-compat-libs``` may be needed -* on recent Ubuntu ```apt install libncurses5` is needed +* on recent Ubuntu ```apt install libncurses5``` is needed To compile from sources use following steps: