Skip to content

Commit

Permalink
[Clava-JS] Updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Nov 12, 2024
1 parent bd792c7 commit 4099699
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Clava-JS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,18 @@ This variable is used by the [debug](https://www.npmjs.com/package/debug) module
```bash
DEBUG="*" npm run run -- <scriptfile.js> -- clang++ <c++ files>
```

### Install as a command

Install the package globally:

```bash
npm install -g @specs-feup/clava
```

It should now be available as a command in the terminal:

```bash
npx clava classic <your CLI options, pass a non-existing flag, such as -dummy, to check the options>
```

0 comments on commit 4099699

Please sign in to comment.