update wiki

master
Vladimir Mandic 2023-09-18 12:49:19 -04:00
parent e9fcd33f43
commit 0fc56bca84
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@ If you want to modify the library and perform a full rebuild:
```shell
git clone https://github.com/vladmandic/human
cd human
npm install --production=false # installs all project dependencies
npm install --dev # installs all project dependencies
npm run build
```