From a2b83a7e0985ed86fb67dc90072fe4708be71934 Mon Sep 17 00:00:00 2001 From: Bernardo Amorim Date: Thu, 15 Mar 2018 11:34:30 -0700 Subject: [PATCH] migrations instructions on README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6b0ee4..7577c9b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ It uses: ## Using +Setup the databases with `mix setup_db` and then run `iex -S mix` + ```elixir iex> Coins.mine_coin("me", 1) {:error, :invalid_nonce}