From fc866a7d1bc8600c50d77ee3d55db797a45177e2 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Fri, 6 Oct 2023 07:49:52 +0000 Subject: [PATCH] readme: update install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1124f3a..2975708 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,18 @@ This is a simple extendable REPL CLI, with auto-complete, history, auto-install ## 🚚 Installation +using [Deno](https://deno.com/): + ```bash deno install -A -r https://deno.land/x/repl/main.ts -n repl ``` +using [Nix](https://nixos.org/): + +```bash +nix profile install --experimental-features "nix-command flakes" github:tsirysndr/repl +``` + ## 🚀 Quick Start ```bash