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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
+++
2
2
title = "Installation"
3
3
draft = false
4
-
creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
4
+
creator = "Emacs 27.2 (Org mode 9.4.4 + ox-hugo)"
5
5
weight = 20
6
6
+++
7
7
@@ -11,34 +11,34 @@ You can download the latest binary package from ****here**** or from the [GitHub
11
11
12
12
{{<tabs "install">}}
13
13
{{< tab "Linux" >}}
14
-
1.) ****Download**** the latest version for ****Linux amd64****: [zfs-snap-diff-linux-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-linux-v1.1.1.tgz)
14
+
1.) ****Download**** the latest version for ****Linux amd64****: [zfs-snap-diff-linux-v1.1.2.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.2/zfs-snap-diff-linux-v1.1.2.tgz)
15
15
16
-
2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.1.1.tgz`
16
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.1.2.tgz`
17
17
18
18
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
19
19
{{< /tab >}}
20
20
21
21
{{< tab "FreeBSD" >}}
22
-
1.) ****Download**** the latest version for ****FreeBSD amd64****: [zfs-snap-diff-freebsd-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-freebsd-v1.1.1.tgz)
22
+
1.) ****Download**** the latest version for ****FreeBSD amd64****: [zfs-snap-diff-freebsd-v1.1.2.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.2/zfs-snap-diff-freebsd-v1.1.2.tgz)
23
23
24
-
2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.1.1.tgz`
24
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.1.2.tgz`
25
25
26
26
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
27
27
{{< /tab >}}
28
28
29
29
{{< tab "FreeBSD (pkg)" >}}You can use `pkg install zfs-snap-diff` to install it from the package repository.<br/>{{< hint info >}}The new 1.x.x series is currently only in the latest package set.{{< /hint >}}{{< /tab >}}
30
30
{{< tab "macOS" >}}
31
-
1.) ****Download**** the latest version for ****macOS amd64****: [zfs-snap-diff-darwin-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-darwin-v1.1.1.tgz)
31
+
1.) ****Download**** the latest version for ****macOS amd64****: [zfs-snap-diff-darwin-v1.1.2.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.2/zfs-snap-diff-darwin-v1.1.2.tgz)
32
32
33
-
2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.1.1.tgz`
33
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.1.2.tgz`
34
34
35
35
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
36
36
{{< /tab >}}
37
37
38
38
{{< tab "Solaris" >}}
39
-
1.) ****Download**** the latest version for ****Solaris amd64****: [zfs-snap-diff-solaris-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-solaris-v1.1.1.tgz)
39
+
1.) ****Download**** the latest version for ****Solaris amd64****: [zfs-snap-diff-solaris-v1.1.2.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.2/zfs-snap-diff-solaris-v1.1.2.tgz)
40
40
41
-
2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.1.1.tgz`
41
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.1.2.tgz`
42
42
43
43
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
0 commit comments