Add Clone Git Repo to README.md

This commit is contained in:
Steven Seifried 2019-07-10 18:16:25 +02:00
parent 94b275f065
commit d7c97e5e08
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

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. 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 ## Build the Module
```sh ```sh
cd tuxedo-keyboard
make clean && make make clean && make
``` ```