We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bf255 commit 08b1fbcCopy full SHA for 08b1fbc
README.md
@@ -45,21 +45,20 @@ autofix https://github.com/nodejs/node --pull-request
45
[](https://gitpod.io/#https://github.com/autofix-dev/autofix)
46
47
48
-## Install
+## Try it locally
49
50
-With [npm](https://www.npmjs.com) do:
+If you have [npm](https://www.npmjs.com), you can simply run `autofix` via `npx`:
51
52
```bash
53
-npm install -g autofix
+npx autofix
54
```
55
56
-Or run it directly via `npx`:
+Alternatively, can also install it like so:
57
58
59
-npx autofix
+npm install -g autofix
60
61
62
-
63
## Command line options
64
65
0 commit comments