diff --git a/Debian.md b/Debian.md index df6d517..79fa572 100644 --- a/Debian.md +++ b/Debian.md @@ -10,7 +10,7 @@ Get the code: $ cd /usr/src (or wherever you want to build the .deb) $ git clone https://github.com/zfsonlinux/zfs-auto-snapshot.git -Optional: If you want to expose snapshots via Samba's [vfs_shadow_copy2](https://www.samba.org/samba/docs/man/manpages/vfs_shadow_copy2.8.html) to Windows users as *shadow copies* you must merge this code first: +Optional: If you want to expose snapshots via Samba's [vfs_shadow_copy2](https://www.samba.org/samba/docs/man/manpages/vfs_shadow_copy2.8.html) to Windows users as *shadow copies* ([explained here](Samba)) you must merge this code first: $ git checkout leecallen $ git merge master