From b0855a30b27683a2b1f4ac721cd2a24ee049bf86 Mon Sep 17 00:00:00 2001 From: Kris Budde Date: Fri, 27 Sep 2024 20:28:55 +0200 Subject: [PATCH 1/2] [docs] nix installation instructions --- docs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 3dbb9781..31c1627f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -101,6 +101,12 @@ brew tap mykso/tap brew install myks ``` +### Nix + +``` +nix-shell -p myks helm git +``` + ### Download manually Download an archive for your OS from the @@ -136,7 +142,7 @@ These commands (`sync`, `render`, `all`) accept two optional arguments: environments and applications to process. When no arguments are provided, myks will use the [Smart Mode](/docs/smart-mode.md) to detect what to process. -> [!TIP] +> [!TIP] > Check the [optimizations](/docs/optimizations.md) page to get most of myks. ### Examples From dcbee5044d6a38bc27c9a30ddcd604d4aeb8e8b4 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Mon, 30 Sep 2024 10:44:04 +0200 Subject: [PATCH 2/2] Update docs/README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 31c1627f..cb4b0acc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -142,7 +142,7 @@ These commands (`sync`, `render`, `all`) accept two optional arguments: environments and applications to process. When no arguments are provided, myks will use the [Smart Mode](/docs/smart-mode.md) to detect what to process. -> [!TIP] +> [!TIP] > Check the [optimizations](/docs/optimizations.md) page to get most of myks. ### Examples