mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-23 01:06:31 -05:00
Added an important safety tip. (Thanks, Egon!)
This commit is contained in:
parent
e14172a7ca
commit
00c50d3ebb
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ A local webserver can be set up by running `npm install http-server -g` to insta
|
|||
- `npm run dev-build` - Run webpack to pack Javascript files and watch for changes.
|
||||
- `http-server`
|
||||
- `vim src/lib.js src/index.js`
|
||||
- Be sure to check in your changes before the next step!
|
||||
- `rm -fv src/index.js && git co src/index.js` - Get the new SHA1 hash that will be displayed in debug messages.
|
||||
- The hash can be crosschecked with the results of `git hash-object src/index.js`
|
||||
- `npm test` - Make sure you didn't break any of the core logic!
|
||||
|
|
Loading…
Reference in a new issue