From 75c5193db9d0b98cecddb4e83f72dfe4dcc84cc2 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Sun, 18 Apr 2021 16:46:27 -0400 Subject: [PATCH] Don't reference the readme that we don't produce --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 62fa223a..957369a2 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,6 @@ which are both under active development. ## Installation -#### Windows - MSI Available - https://github.com/btcsuite/btcd/releases #### Linux/BSD/MacOSX/POSIX - Build from Source @@ -74,10 +72,6 @@ $ GO111MODULE=on go install -v . ./cmd/... ## Updating -#### Windows - -Install a newer MSI - #### Linux/BSD/MacOSX/POSIX - Build from Source - Run the following commands to update btcd, all dependencies, and install it: @@ -94,10 +88,6 @@ btcd has several configuration options available to tweak how it runs, but all of the basic operations described in the intro section work with zero configuration. -#### Windows (Installed from MSI) - -Launch btcd from your Start menu. - #### Linux/BSD/POSIX/Source ```bash