diff --git a/README.md b/README.md
index 330f2e6..9bff1b3 100644
--- a/README.md
+++ b/README.md
@@ -37,14 +37,16 @@
* Known issue. sometimes you will get ```/boot/efi``` is not mounted partition error. In that case.
- * One liner, just change YOUR-HOSTNAME accordingly to your hostname
+ One liner, just change YOUR-HOSTNAME accordingly to your hostname
+
```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix```
or
- * Manually
+ Manually
+
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just ```/boot```