Merge pull request #22 from StevenSeifried/master

Add Clone Git Repo to README.md
This commit is contained in:
vinzv 2019-07-13 12:07:17 +02:00 committed by GitHub
commit c193b6c26c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,17 @@ This is why the DKMS build step begins with a `make clean` step.
For convenience, on platforms where DKMS is in use, skip to the DKMS section directly.
## Clone Git Repo
```sh
git clone https://github.com/tuxedocomputers/tuxedo-keyboard.git
```
## Build the Module
```sh
cd tuxedo-keyboard
make clean && make
```