Don't reference the readme that we don't produce

This commit is contained in:
John C. Vernaleo 2021-04-18 16:46:27 -04:00 committed by Roy Lee
parent f780a6086f
commit 75c5193db9

View file

@ -40,8 +40,6 @@ which are both under active development.
## Installation ## Installation
#### Windows - MSI Available
https://github.com/btcsuite/btcd/releases https://github.com/btcsuite/btcd/releases
#### Linux/BSD/MacOSX/POSIX - Build from Source #### Linux/BSD/MacOSX/POSIX - Build from Source
@ -74,10 +72,6 @@ $ GO111MODULE=on go install -v . ./cmd/...
## Updating ## Updating
#### Windows
Install a newer MSI
#### Linux/BSD/MacOSX/POSIX - Build from Source #### Linux/BSD/MacOSX/POSIX - Build from Source
- Run the following commands to update btcd, all dependencies, and install it: - 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 of the basic operations described in the intro section work with zero
configuration. configuration.
#### Windows (Installed from MSI)
Launch btcd from your Start menu.
#### Linux/BSD/POSIX/Source #### Linux/BSD/POSIX/Source
```bash ```bash