Update README.md

This commit is contained in:
Jacob Pyke 2020-07-14 22:48:41 +10:00 committed by GitHub
parent b6e7c42806
commit 1ad62a79a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -100,9 +100,9 @@ nano /boot/loader/entries/manjaro.conf
26. Paste in the block of text below (Note for beginners to paste into a terminal its usually control + shift + v)
```
title Manjaro Linux
linux /vmlinuz-linux56-mbp
linux /vmlinuz-5.6-x86_64-mbp
initrd /intel-ucode.img
initrd /initramfs-linux56-mbp.img
initrd /initramfs-5.6-x86_64-mbp.img
options root="UUID={change_this_value}" rw
```
27. Change back to your other terminal with the values, And copy the UUID from the other terminal, replacing {change_this_value} (Including the brackets).