mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2025-01-18 19:42:05 +01:00
Add Clone Git Repo to README.md
This commit is contained in:
parent
94b275f065
commit
d7c97e5e08
1 changed files with 8 additions and 0 deletions
|
@ -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