From 1e304893deea04bedaf32fd750b161a5ad75db5f Mon Sep 17 00:00:00 2001 From: Bryan Honof Date: Wed, 31 Jul 2024 13:45:22 +0200 Subject: [PATCH] Add Flox as an installation option --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0db87791..a3cb7cea 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,14 @@ You can install `you-get` easily via: # pkg install you-get ``` +### Option 7: Flox (Mac, Linux, and Windows WSL) + +You can install `you-get` easily via: + +``` +$ flox install you-get +``` + ### Shell completion Completion definitions for Bash, Fish and Zsh can be found in [`contrib/completion`](https://github.com/soimort/you-get/tree/develop/contrib/completion). Please consult your shell's manual for how to take advantage of them.