Skip to content

Commit 28a8d2e

Browse files
committed
Adding a missing step to README
1 parent 62262b9 commit 28a8d2e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ This piece of software directly interfaces with libinput to parse the events, th
1717
### How to build from source
1818

1919
1. Clone the repository
20-
2. Run `git submodule update --init` in the root folder
21-
3. Run `mkdir build && cd build`
22-
4. Run `cmake ..`
23-
5. Run `make -j$(nproc)`
24-
6. Follow install instructions below from Step 2
20+
2. Check out the latest version (`git checkout v0.0.1`)
21+
3. Run `git submodule update --init` in the root folder
22+
4. Run `mkdir build && cd build`
23+
5. Run `cmake ..`
24+
6. Run `make -j$(nproc)`
25+
7. Follow install instructions below from Step 2
2526

2627
### How to install
2728

0 commit comments

Comments
 (0)