diff --git a/README.md b/README.md index 707a2d5..914e90a 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ So after installing `snapper` from Void Linux's repositories and after creating snapper -c root create-config / btrfs subvolume delete /.snapshots mkdir /.snapshots -## edit /etc/fstab uncommenting the line relative to @snapshots subvolume ## +sed -i '/@snapshots/s/^#//' /etc/fstab reboot ```