From 9b384a06bce8161d0a05b9b419756e57789b6637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 13 Sep 2023 11:30:14 +0200 Subject: [PATCH] README: link to nix run --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2da0db3..c3d2559 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ To get started, simply run: $ nix-ci-build ``` +or: + +``` +$ nix run github:Mic92/nix-ci-build +``` + This command will concurrently evaluate and build the attributes `.#checks.$currentSystem`. ---