fix run command in README

This commit is contained in:
Juan Pablo Civile 2020-02-10 12:00:53 -03:00
parent 2ae52715de
commit 4e9aa7a3c5

View File

@ -20,7 +20,7 @@ The process of scanning the blockchain to recover your funds can take several ho
``` ```
git clone https://github.com/muun/recovery git clone https://github.com/muun/recovery
cd recovery cd recovery
go run -mod=vendor go run -mod=vendor .
``` ```
## Questions ## Questions