summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-09-01 19:07:46 +0200
committerGitHub <noreply@github.com>2020-09-01 19:07:46 +0200
commit2f4ac08669244f33749e8e63cde8d7b3966f874a (patch)
treee228d78f33ab64e5b149231e467a75409e013ef0
parented3e92ec36e6595540c88283f04578213c0b5075 (diff)
docs(installation): freebsd
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0127ddb..31bf4e0 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,12 @@ $ nix-env --install diskonaut
$ # (Or using the attribute name, which is also diskonaut.)
```
+### FreeBSD
+Available in [freshports](https://www.freshports.org/sysutils/diskonaut/):
+```
+pkg install diskonaut
+```
+
## Supported platforms
Right now `diskonaut` supports linux and macos. If you're on a different operating system and would like to help port it, that would be amazing!