From 0e26aa745228d5e50e7771e1e5b1c3c1e616f134 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 29 Oct 2013 09:03:10 -0400 Subject: [PATCH] Update Windows Getting Started instructions. To start btcd and btcwallet with all the right settings for testnet, the Btcd Suite batch file should be run from the start menu rather than btcd and btcwallet individually. Update the README to reflect that. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34545e7..620f1a8 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,9 @@ $ go get -u -v github.com/conformal/btcwallet/... ### Windows (Installed from MSI) -Open Btcd (Testnet) and Btcwallet from the Btcd Suite menu in the -Start Menu. +Open ```Btcd Suite``` from the ```Btcd Suite``` menu in the Start +Menu. This will also open btcgui, which can be closed if you only +want btcd and btcwallet running. ### Linux/BSD/POSIX/Source