From 4a66b2595f402c93cbb4604b53bd2f3b34a83c50 Mon Sep 17 00:00:00 2001 From: Jake Day Date: Sat, 3 Feb 2018 11:52:47 -0500 Subject: [PATCH] fix formatting of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c61eb143..631d1053c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ If you don't want to use the pre-built kernel and headers, you can compile the k 6. Copy over the config file from the linux-surface repo (this one): * $ cp ~/linux-surface/config .config 7. Compile the kernel and headers (for ubuntu, refer to the build guild for your distro): - * $ make -j `getconf _NPROCESSORS_ONLN` deb-pkg LOCALVERSION=-linux-surface + * $ make -j \`getconf _NPROCESSORS_ONLN\` deb-pkg LOCALVERSION=-linux-surface 8. Install the kernel and headers: * $ sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb