From 40996991a434d9915d6a8fad2328f1f61edeb108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Bispo?= Date: Tue, 12 Nov 2024 10:47:02 +0000 Subject: [PATCH] [Clava-JS] Updates README.md --- Clava-JS/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Clava-JS/README.md b/Clava-JS/README.md index 4636ce0d7..319c18231 100644 --- a/Clava-JS/README.md +++ b/Clava-JS/README.md @@ -68,3 +68,18 @@ This variable is used by the [debug](https://www.npmjs.com/package/debug) module ```bash DEBUG="*" npm run run -- -- clang++ ``` + +### 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 +``` +