From f345ca696ca8ffff4d4292016f04d216033d10dd Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sun, 17 Sep 2023 22:35:24 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c6ccb..48839dc 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ # f(x) -

fx preview

+

fx preview

## Install ```sh brew install fx ``` + ```sh snap install fx ``` + ```sh scoop install fx ``` + ```sh pacman -S fx ``` + ```sh pkg install fx ``` + ```sh go install github.com/antonmedv/fx@latest ```