From 5ec0be098d9da912ede7381c28aa3039f676fc57 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Fri, 3 May 2024 22:30:23 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 3ffd66f..01e46c5 100644 --- a/Readme.md +++ b/Readme.md @@ -46,8 +46,11 @@ should be enough to install goldwarden on your system. For deb/rpm, download the deb/rpm from the latest release on GitHub and install it using your package manager. #### NixOS -https://github.com/NixOS/nixpkgs/pull/278362 - +``` +environment.systemPackages = [ + pkgs.goldwarden +]; +``` ##### Github Binary Releases On other distributions, Mac and Windows, you can download it from the latest release on GitHub and put it into a location you want to have it in, f.e `/usr/bin`.