Skip to content

Commit

Permalink
readme: update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 6, 2023
1 parent 3ef3bd1 commit fc866a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc866a7

Please sign in to comment.