Update README.md

This commit is contained in:
Sky Young 2018-07-26 12:16:52 -07:00 committed by GitHub
parent 8f81ac0e61
commit ed43d5e66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,14 @@ Infrastructure to build Florincoin and blockchain-based applications for the nex
## Getting Started
### Running a Flocore server
Before you begin you'll need to have Node.js v8 installed. There are several options for installation. One method is to use [nvm](https://github.com/creationix/nvm) to easily switch between different versions, or download directly from [Node.js](https://nodejs.org/).
```bash
npm install -g flocore
```
### Running a Flocore server
Spin up a full node and join the network:
```bash