Browse Source

add AUR package

Tomás Pinho 6 năm trước cách đây
mục cha
commit
613519c495
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -21,10 +21,18 @@ sudo m-a prepare
 
 ### Arch Linux
 Generally speaking, Arch Linux already comes with a compiler toolchain installed. If you have a weird installation, just make sure you have the `base-devel` package group installed before you proceed.
+
+#### Installing from AUR
+```
+yaourt -Sy aur/rtl8821ce-dkms-git
+```
+And that's it.
+
+#### Manual installation
 ```
 sudo pacman -Syu linux-headers dkms
 ```
-If you are running a non-vanilla kernel then install the headers to match the kernel package.
+If you are running a non-vanilla kernel then install the headers to match the kernel package. Proceed to the section below.
 
 ### Installation script
 In order to install the driver open a terminal in the directory with the source code and execute the following command: