Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.33k stars 63 forks source link

Fix README command to generate keypair with write flag #72

Closed rickydam closed 4 years ago

rickydam commented 4 years ago

Problem

There is an incorrect command in the README under Step 2 of Workflow to generate a keypair.

Screen Shot 2020-04-06 at 4 55 51 PM

Current behaviour

./ejson keygen -w will give error no such file or directory: ./ejson

Expected behaviour

It should run the ejson keygen command with the write flag -w