mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
To install passwordHasher_US.js : |
|||
|
|||
cd /Users/darkfairie/Projets/Password\ Hasher/ # (From anywhere you want) |
|||
|
|||
npm init -y # If you don't already have a package.json file |
|||
|
|||
npm install bcrypt |
|||
|
|||
node passwordHasher_US.js |
Loading…
Reference in new issue