Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

docs: update README.md to clarify install instructions #33

Merged
merged 5 commits into from
May 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# MN Bootstrap

> Distribution package for Dash Masternode installation
> Distribution package for Dash masternode installation

> Note: This Docker Compose project creates a full node. Additional steps are required to register a masternode, as described in the [setup instructions](https://docs.dash.org/en/stable/masternodes/setup.html#register-your-masternode). It is not currently necessary to complete these registration steps for local development with Dash Platform services or to participate as a full node on Evonet.

## Table of Contents

Expand All @@ -13,7 +15,9 @@
## Pre-requisites

* [Docker](https://docs.docker.com/engine/installation/)
* [Docker compose](https://docs.docker.com/compose/install/) (v1.25.0+)
* [Docker Compose](https://docs.docker.com/compose/install/) (v1.25.0+)

For Linux installations you may optionally wish to follow the [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) to manage Docker as a non-root user, otherwise you will have to run Docker commands with `sudo`.

## Install

Expand Down