## Issue Addressed

N/A

## Proposed Changes

Minor doc fixes. Adds a section on custom data directories.



Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
Pawan Dhananjay
2020-10-15 00:37:00 +00:00
parent a0634cc64f
commit aadbab47cc
8 changed files with 38 additions and 15 deletions

View File

@@ -57,11 +57,11 @@ OPTIONS:
## Example
Creates a new wallet named `wally` with a randomly generated password saved
Creates a new wallet named `wally` and saves it in `~/.lighthouse/medalla/wallets` with a randomly generated password saved
to `./wallet.pass`:
```bash
lighthouse account wallet create --name wally --password-file wally.pass
lighthouse --testnet medalla account wallet create --name wally --password-file wally.pass
```
> Notes: