From d7c97e5e082ad41ccf814ed96c7faacb84cc00f0 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Wed, 10 Jul 2019 18:16:25 +0200 Subject: [PATCH] Add Clone Git Repo to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 79bf397..c581606 100644 --- a/README.md +++ b/README.md @@ -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 ```