From 083b72c44d73023d5209800a0e6da6b8577cec77 Mon Sep 17 00:00:00 2001 From: Lucas Martins Mendes Date: Tue, 26 Nov 2019 11:19:08 -0300 Subject: [PATCH] add missinig command on linux install instructions added `cd build` to the installation instructions for linux. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a9a921..139277a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Have the necessary tools in place: on debian/ubuntu `apt-get install build-essen ```bash mkdir build +cd build ../configure make ```