aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-06-13 14:31:30 -0400
committerTeddy Wing2015-06-13 14:32:59 -0400
commit672944ca5a232879f4d3449c90e755d0971fc60e (patch)
treed1cae57bbb583210a7d2a40cb3f700112b333441
parentad949f61b27eb324610a20edfd8c86e7d4c725fc (diff)
downloadNew-House-on-the-Block-master.tar.bz2
README: Add .env source stepHEADmaster
Forgot to add a step to source `.env`. This is necessary in order for the Coinbase accounts to be properly located and authenticated.
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6da9b7e..66c4296 100644
--- a/README.md
+++ b/README.md
@@ -73,14 +73,16 @@ this case more Bitcoin) from seller to buyer.
Add to `.env` the API keys and secrets from 2 Coinbase accounts.
-2. Replace the Bitcoin addresses in [main.go](main.go) with the addresses of your
+2. `$ source .env`
+
+3. Replace the Bitcoin addresses in [main.go](main.go) with the addresses of your
2 accounts.
-3. `$ go build`
+4. `$ go build`
-4. `$ ./new-house-on-the-block`
+5. `$ ./new-house-on-the-block`
-5. Visit `http://localhost:3000/buy/` to initiate the transaction.
+6. Visit `http://localhost:3000/buy/` to initiate the transaction.
## License