Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Jan 4, 2021
1 parent fdb6925 commit 74b86b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,18 @@ Building
A C++17 conforming compiler is required. A script for the
[CMake](https://cmake.org) build system is provided.

### Installing dependencies on Debian Linux and derivatives:
**Installing dependencies on Debian Linux and derivatives:**
```
sudo apt install build-essential git cmake libudev-dev libusb-1.0-0-dev libx11-dev
```

### Checking out the source:
**Checking out the source:**
```
git clone https://github.com/houmain/keymapper
cd keymapper
```

### Building:
**Building:**
```
mkdir build
cd build
Expand Down

0 comments on commit 74b86b1

Please sign in to comment.