diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -90,9 +90,10 @@ make sudo make install ``` -Alternatively you can run (or install) the experimental Nix flake. +Alternatively you can run or install the experimental Nix flake: ```sh nix run git+https://git.skreutz.com/temp-postgres.git -- --help ``` +See the [NixOS example](./examples/nixos) for how to install `temp-postgres` on NixOS using Nix flakes. |