fix: 📝 Use npm commands instead of make in docs

This commit is contained in:
Mikhail Zolotukhin 2021-09-03 22:08:22 +03:00
parent c9f6905e33
commit 5c2d21eb93
2 changed files with 9 additions and 4 deletions

View File

@ -11,8 +11,8 @@ TODO
Bismuth can be temporarily loaded without installing the script:
make run
make stop
npm run start
npm run stop
Note that Bismuth can destroy itself completely once it is disabled, so no
restart is required to deactivated it.

View File

@ -25,8 +25,13 @@ Project goals are the following:
## 🔧 Installation
make install
make uninstall # to uninstall the script
Install script via script:
npm run script-install
To uninstall:
npm run script-uninstall
### Enabling User-Configuration