From 25e1ad687d34102aa1508da38cef0e36a13a9b87 Mon Sep 17 00:00:00 2001 From: Yannik Sander Date: Fri, 13 Mar 2020 15:55:20 +0100 Subject: [PATCH] Include install instructions for nix (#152) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7eac9b6..00abe95 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ If you are running Arch Linux, you can install the [act](https://aur.archlinux.o ```yay -S act``` +If you are using NixOS or the Nix package manager on another platform you can install act globally by running + +```nix-env -iA nixpkgs.act``` + +or in a shell by running + +```nix-shell -p act``` + # Commands ```