diff --git a/README.md b/README.md index 13eb544..fad2bc3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ You will need: Run lmde-expert.sh with appropriate parameters. An example of this for NVME-based SSD, and Encryption with Hibernation: -`./lmde-expert.sh /dev/nvme0n1p3 /dev/nvme0n1p2 /dev/nvme0n1p1 -e -s` +``` +sudo ./lmde-expert.sh /dev/nvme0n1p3 /dev/nvme0n1p2 /dev/nvme0n1p1 -e -s +``` This will start the provisioning setup, with the full expectations that the system is ready to go as-is, as it will format. You will get one prompt before it actually starts. @@ -45,6 +47,8 @@ After the installation gets to the step where you run the "expert" portion, you After you've installed and booted for the first time, to get BtrFS Snapshots setup, you can run the postinstall script: -`sudo ./lmde-postinstall.sh` +``` +sudo ./lmde-postinstall.sh +``` This will simply install and setup btrfs with snapshots and create your first snapshot automatically.