From ef6794e32f3928a5f6bed7f009f5e146050f05e5 Mon Sep 17 00:00:00 2001 From: Naser Aleisa Date: Mon, 24 Jun 2024 14:01:46 +0300 Subject: [PATCH] docs: add nix command to installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 99308a5..55b9453 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ brew install youplot ``` +``` +nix shell nixpkgs#youplot +``` + ``` gem install youplot ```