Add command to clone the repository

It makes it faster for people to build the project, then looking for the right command somewhere else.
This commit is contained in:
Tomáš Hnyk 2022-01-10 16:58:36 +01:00 committed by GitHub
parent 8e87b73d7d
commit 064967e44d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ..