Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
brombal committed Feb 2, 2024
1 parent 86c1848 commit 881f9cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A simple Node.js installer for the excellent Just command runner (https://just.s
you to install Just as part of the `npm install` command, so you don't have to worry about setting
it up separately. Great for development teams!

> Now with Windows support!
Local usage (great for team projects):

```bash
Expand All @@ -20,8 +22,6 @@ $ npm install -g just-install
$ yarn global add just-install
```

> Now with Windows support!
## Purpose

Using Just is an excellent option for a more robust command runner in your Node.js projects.
Expand All @@ -34,7 +34,7 @@ command.

After installation, the `just` command will work in npm scripts:

```json
```js
// package.json:

{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-install",
"version": "2.0.0",
"version": "2.0.1",
"description": "Install the Just command runner (https://just.systems) as part of `npm install` (Mac/Linux/Windows).",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 881f9cf

Please sign in to comment.