mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Add Clone Git Repo to README.md
This commit is contained in:
parent
94b275f065
commit
d7c97e5e08
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue