Explorar o código

Merge pull request #334 from qzed/readme

Add link to arch-linux build repository
Jake Day %!s(int64=6) %!d(string=hai) anos
pai
achega
f75081ca90
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -70,6 +70,8 @@ Install the headers, kernel and libc-dev (make sure you cd to your download loca
 
 
 ### Compiling the Kernel from Source
 ### Compiling the Kernel from Source
 
 
+#### For Debian-Based Systems
+
 If you don't want to use the pre-built kernel and headers, you can compile the kernel yourself following these steps:
 If you don't want to use the pre-built kernel and headers, you can compile the kernel yourself following these steps:
 
 
 0. (Prep) Install the required packages for compiling the kernel:
 0. (Prep) Install the required packages for compiling the kernel:
@@ -105,6 +107,10 @@ If you don't want to use the pre-built kernel and headers, you can compile the k
   sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb
   sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb
   ```
   ```
 
 
+#### For Arch-Based Systems
+
+Have a look at [this](https://github.com/dmhacker/arch-linux-surface) repository.
+
 ### Signing the kernel for Secure Boot
 ### Signing the kernel for Secure Boot
 
 
 Please consult the [SIGNING.md](SIGNING.md).
 Please consult the [SIGNING.md](SIGNING.md).