From 064967e44d41d4924ab80554c8f8ee4105506df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hnyk?= Date: Mon, 10 Jan 2022 16:58:36 +0100 Subject: [PATCH] Add command to clone the repository It makes it faster for people to build the project, then looking for the right command somewhere else. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b03dc28..e1c6223 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ This project requires a C++14 compiler, `cmake`, `libevdev`, `libudev`, and `lib To build this project, run: ```bash +git clone https://github.com/PixlOne/logiops.git +cd logiops mkdir build cd build cmake ..