diff --git a/README.md b/README.md index 22858ec..ee71f46 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ So, in a nutshell: 7. Clean up the kernel directory using `make clean && make mrproper`. 8. Run `make localmodconfig` to get a basic configuration file. 9. You can add more features like NTFS support, AppArmor, kernel hardening etc. using `make nconfig` and navigating to the respective configuration menus. -10. Don't forget to copy the config file to /root/.config/kernel/.config! +10. Don't forget to copy the config file to `/root/.config/kernel/.config`! ### This script runs as root. Isn't that unsafe? In a non-interactive script, it's much easier to run priveleged by default and drop priveleges as needed, instead of requiring authentication every time. If you know of a fully non-interactive way of achieving on-the-fly enhanced priveleges though, feel free to open a pull request.