Update Readme authored by Ben Chuang's avatar Ben Chuang
...@@ -8,12 +8,8 @@ ...@@ -8,12 +8,8 @@
* use [Manjaro Settings Manager](https://wiki.manjaro.org/index.php?title=Manjaro_Settings_Manager#Kernel) to install linux54, it's a friendly tool or use `mhwd-kernel` command. (Of course, you can also use `pacman`) * use [Manjaro Settings Manager](https://wiki.manjaro.org/index.php?title=Manjaro_Settings_Manager#Kernel) to install linux54, it's a friendly tool or use `mhwd-kernel` command. (Of course, you can also use `pacman`)
* i.e., use `mhwd-kernel` command to install linux54 * i.e., use `mhwd-kernel` command to install linux54
``` ```
$ mhwd-kernel -i linux54 $ mhwd-kernel -i linux54 # install linux 5.4
:: Synchronizing package databases... $ update-grub # update grub.cfg
.....
Packages (1) linux54-5.4rc7.d1110.g31f4f5b-1
......
$ update-grub
``` ```
## update ## update
... ...
......