WIP: Feature/6/jeffreypicard/dockerize for deployment #7

Closed
jeffreypicard wants to merge 80 commits from feature/6/jeffreypicard/dockerize-for-deployment into master
Showing only changes of commit 75c5193db9 - Show all commits

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