From c250d731028eddb5ff171403b3a795b146b0c8fe Mon Sep 17 00:00:00 2001 From: Huy Duong Date: Wed, 19 Jul 2017 21:38:14 +0700 Subject: [PATCH] Fix typo in README.md Signed-off-by: Huy Duong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8b5b01..68022c3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $ make ## Troubleshooting ### 1. WARNING: 'aclocal-1.xx' is missing on your system -Run below command below configure +Run below command before configure ```bash $ autoreconf -i --force ```