From 57e25a390c1af74b81fd1524662304194d56b4d2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 26 Jan 2023 10:01:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbea0f0..0cb8c1d 100644 --- a/README.md +++ b/README.md @@ -764,8 +764,15 @@ will become ## Installation With each [Release](https://github.com/kaweezle/krmfnbuiltin/releases), we -provide binaries for most platforms as well as Alpine based packages. Typically, -you would install it on linux with the following command: +provide binaries for most platforms as well as Alpine based packages. + +On POSIX systems (Linux and Mac), you can install the last version with: + +```console +curl -sLS https://raw.githubusercontent.com/kaweezle/krmfnbuiltin/main/get.sh | /bin/sh +``` + +If you don't want to pipe into shell, you can do: ```console > KRMFNBUILTIN_VERSION="v0.2.0"