Sfoglia il codice sorgente

docs: add instructions for mnemonic

Paul Razvan Berg 4 anni fa
parent
commit
9d946d03af
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  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