Skip to content

Commit

Permalink
Add quotes to the command generating JSON in README
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala committed Jul 21, 2023
1 parent 0a35a20 commit e8004d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/key-generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In order to produce a keystore file run:

```sh
$ yarn install # installs dependencies
$ PRIVATE_KEY=<private key without the 0x prefix> PASSWORD=<password> yarn run generate # executes the script
$ PRIVATE_KEY="<private key without the 0x prefix>" PASSWORD="<password>" yarn run generate # executes the script
```

As a result a JSON keystore file encoding the provided private key with the
Expand Down

0 comments on commit e8004d8

Please sign in to comment.