You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ If you get stuck, message me on discord `@samualn`.
25
25
## Tips and Tricks
26
26
Run `./rollup.config.js` to only recompile.
27
27
28
-
### Run the Devepment Version of HSM
29
-
You can run the devepment version of HSM by running `node dist/bin/hsm.js`. You can pass it arguments just like you normally would e.g. `node dist/bin/hsm.js --version`.
28
+
### Run the Development Version of HSM
29
+
You can run the development version of HSM by running `node dist/bin/hsm.js`. You can pass it arguments just like you normally would e.g. `node dist/bin/hsm.js --version`.
30
30
31
31
### Install the Development Version of the NPM Package in Another Project
32
32
In the other project (e.g. testing with Hackmud Scripting Environment) run `pnpm add ~/path/to/hackmud-script-manager/dist`.
0 commit comments