Skip to content

Commit

Permalink
Remove advice for global installation
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Oct 10, 2024
1 parent 138129d commit c953f7d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,10 @@ pnpm install
pnpm exec skuba help
```

Global installations are also supported to speed up local development:
When starting a new project, using the latest version is recommended:

```shell
# Install skuba globally.
pnpm add --global skuba

# Look, no `npx`!
skuba help
pnpm dlx skuba init
```

If you're new here, jump ahead to the [CLI] section to [create a new project] or [update an existing one].
Expand Down

0 comments on commit c953f7d

Please sign in to comment.