Skip to content

Commit 08b1fbc

Browse files
authored
Update README.md
1 parent 69bf255 commit 08b1fbc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,20 @@ autofix https://github.com/nodejs/node --pull-request
4545
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/autofix-dev/autofix)
4646

4747

48-
## Install
48+
## Try it locally
4949

50-
With [npm](https://www.npmjs.com) do:
50+
If you have [npm](https://www.npmjs.com), you can simply run `autofix` via `npx`:
5151

5252
```bash
53-
npm install -g autofix
53+
npx autofix
5454
```
5555

56-
Or run it directly via `npx`:
56+
Alternatively, can also install it like so:
5757

5858
```bash
59-
npx autofix
59+
npm install -g autofix
6060
```
6161

62-
6362
## Command line options
6463

6564
```bash

0 commit comments

Comments
 (0)