summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Tacconi <rtacconi@users.noreply.github.com>2020-09-07 16:25:22 +0100
committerGitHub <noreply@github.com>2020-09-07 17:25:22 +0200
commit01787e8881b98047b6c10d43e9fc2e5184875a46 (patch)
treee64307aff27bea950767a9cbc3fd0e5208be0997
parent566c468d6c98d449b961be11f3824fbe96539a3d (diff)
docs(readme): add installation instructions with NIX on OX (#72)
* Add installation instructions with NIX on OX We can install diskonaut on OSX using NIX too. * docs(readme): refer to nix section Co-authored-by: Aram Drevekenin <aram@poor.dev>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69cfd23..8bbaebf 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ Available in [Homebrew](https://formulae.brew.sh/formula/diskonaut)
```
brew install diskonaut
```
+Also available in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/diskonaut/default.nix): see Nix section for more details.
## 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!