From d4fb8659ff323ad4934691e5d5f6676108a7f40b Mon Sep 17 00:00:00 2001 From: emeric Date: Fri, 3 Apr 2020 16:21:14 +0200 Subject: [PATCH] Fixed the source installation process --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01d92b0b..018dfe54 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Get the latest stable release and build it: git clone https://github.com/epoupon/lms.git lms cd lms mkdir build +cd build cmake .. -DCMAKE_BUILD_TYPE=Release ``` __Note__: in order to customize the installation directory, you can use the _-DCMAKE_INSTALL_PREFIX_ option (defaults to `/usr/local`).