Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #444 from LiskHQ/README-Update-0.6.0
Browse files Browse the repository at this point in the history
Update README.md to include new Node Version
  • Loading branch information
karmacoma committed Feb 23, 2017
2 parents 1a7b586 + 402fddc commit 9ca66db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Lisk is a next generation crypto-currency and decentralized application platform

`sudo apt-get install -y git`

- Nodejs v0.12.17 (<https://nodejs.org/>) -- Nodejs serves as the underlying engine for code execution.
- Nodejs v6.9.4 (<https://nodejs.org/>) -- Nodejs serves as the underlying engine for code execution.

```
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm install v0.12.17
nvm install v6.9.4
```

- Install PostgreSQL (version 9.6.1):
Expand Down

0 comments on commit 9ca66db

Please sign in to comment.