diff --git a/README.md b/README.md index 52138089..09f42763 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ run `node content-cli.js` in the generated `dist` folder. If we want to use a specific local build of the tool globally, we can do this by: - Move to the root directory of the project. +- Execute `cd dist`, to move to the `dist` directory. - Execute the `npm link` command. This will create a symbolic link in the global `node_modules` directory, allowing you to run the CLI from anywhere on your machine. diff --git a/package.json b/package.json index 3cafa2cc..0583918c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "@celonis/content-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "CLI Tool to help manage content in Celonis Platform", "main": "content-cli.js", "bin": { - "content-cli": "./dist/content-cli.js" + "content-cli": "./content-cli.js" }, "author": "Celonis SE", "license": "MIT",