Skip to content

Commit

Permalink
[upgrade] add -g to deno install fluentci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed May 3, 2024
1 parent f7ba93f commit 3603462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It is also a registry of pre-built pipelines. This means you don't have to write
using [Deno](https://deno.com) (recommended) :

```bash
deno install -A -r https://cli.fluentci.io -n fluentci
deno install -A -g -r https://cli.fluentci.io -n fluentci
```

using Bash (Linux/macOS) :
Expand Down
1 change: 1 addition & 0 deletions src/cmd/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async function upgrade() {
"-n",
"fluentci",
"-f",
"-g"
],
});

Expand Down

0 comments on commit 3603462

Please sign in to comment.