Skip to content

Commit 192c06d

Browse files
authored
Merge pull request #109 from andostronaut/docs/update-readme
docs: update readme docs
2 parents b0a4b6e + 1a0091a commit 192c06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is a simple extendable REPL CLI, with auto-complete, history, auto-install
2020
using [Deno](https://deno.com/) :
2121

2222
```bash
23-
deno install -A -r --global https://deno.land/x/repl/main.ts -n repl
23+
deno install -A -r -g https://deno.land/x/repl/main.ts -n repl
2424
```
2525

2626
using [Nix](https://nixos.org/) :
@@ -82,7 +82,7 @@ Currently available plugins:
8282
- [Neon](https://neon.tech/)
8383
- [PlanetScale](https://planetscale.com/)
8484
- [Grunt](https://gruntjs.com/)
85-
- [Rtx](https://github.com/jdx/rtx)
85+
- [Mise](https://mise.jdx.dev/)
8686
- [Nx](https://nx.dev/)
8787
- [Fluent CI](https://docs.fluentci.io/reference/)
8888
- [Gitlab CLI](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source)

0 commit comments

Comments
 (0)