Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Lopes <pmlopes@gmail.com>
  • Loading branch information
pmlopes committed Sep 30, 2020
1 parent 9466391 commit 2005c2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,14 @@ JavaScript is fast, and this is the way to make it even faster πŸš€πŸš€πŸš€

## Usage

```bash
# add es4x-pm globally
npm install -g es4x-pm
```

Create a project:

```
# create a generic project
mkdir my-app
cd my-app
# init the project
es4x init
npm init @es4x project
# add other dependencies...
npm install @vertx/unit --save-dev
npm install @vertx/core --save-prod
Expand Down

0 comments on commit 2005c2e

Please sign in to comment.