Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ softwareupdate --install-rosetta --agree-to-license
The [sCrypt CLI](https://github.com/sCrypt-Inc/scrypt-cli) tool is used to easily create, compile and publish `sCrypt` projects.
The CLI provides best practice project scaffolding including dependencies such as sCrypt, a test framework ([Mocha](https://mochajs.org)), code auto-formatting ([Prettier](https://prettier.io)), linting ([ES Lint](https://eslint.org)), and more.

Run the CLI tool directly with `npx` and try it out by creating a demo project:
Or install it globally on your machine.

```sh
npx scrypt-cli project demo
npm install -g scrypt-cli
```

Or install it globally on your machine.
Run the CLI tool directly with `npx` and try it out by creating a demo project:

```sh
npm install -g scrypt-cli
npx scrypt-cli project demo
```

:::tip
Expand Down