瀏覽代碼

docs: add instructions for mnemonic

Paul Razvan Berg 4 年之前
父節點
當前提交
9d946d03af
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -17,10 +17,13 @@ template" button at the top of the page.
 
 ### Pre Requisites
 
-Before running any command, make sure to install dependencies:
+Before running any command, you need to create a `.env` file and set a BIP-39 compatible mnemonic as an environment
+variable. Follow the example in `.env.example`. If you don't already have a mnemonic, use this [website](https://iancoleman.io/bip39/) to generate one.
+
+Then, proceed with installing dependencies:
 
 ```sh
-$ yarn install
+yarn install
 ```
 
 ### Compile