You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/site/content/docs/install.md
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -23,27 +23,35 @@ You can download the latest binary package from here or from the [GitHub release
23
23
24
24
{{<tabs "install">}}
25
25
{{< tab "Linux" >}}
26
-
Download the beta version for ****Linux amd64**** here:
26
+
1.) ****Download**** the latest version for ****Linux amd64****: [zfs-snap-diff-linux-v1.0.0.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.0.0/zfs-snap-diff-linux-v1.0.0.tgz)
2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.0.0.tgz`
29
+
30
+
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
29
31
{{< /tab >}}
30
32
31
33
{{< tab "FreeBSD" >}}
32
-
Download the beta version for ****FreeBSD amd64**** here:
34
+
1.) ****Download**** the latest version for ****FreeBSD amd64****: [zfs-snap-diff-freebsd-v1.0.0.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.0.0/zfs-snap-diff-freebsd-v1.0.0.tgz)
35
+
36
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.0.0.tgz`
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
35
39
{{< /tab >}}
36
40
37
41
{{< tab "macOS" >}}
38
-
Download the beta version for ****macOS amd64**** here:
42
+
1.) ****Download**** the latest version for ****macOS amd64****: [zfs-snap-diff-darwin-v1.0.0.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.0.0/zfs-snap-diff-darwin-v1.0.0.tgz)
2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.0.0.tgz`
45
+
46
+
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
41
47
{{< /tab >}}
42
48
43
49
{{< tab "Solaris" >}}
44
-
Download the beta version for ****Solaris amd64**** here:
50
+
1.) ****Download**** the latest version for ****Solaris amd64****: [zfs-snap-diff-solaris-v1.0.0.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.0.0/zfs-snap-diff-solaris-v1.0.0.tgz)
51
+
52
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.0.0.tgz`
0 commit comments