keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Reflect Correct Node Version in manual-setup.adoc #66

Closed beaurancourt closed 3 years ago

beaurancourt commented 3 years ago

redux of #64 so I could edit it a bit!

The suggested node version in the manual setup doc is behind what we actually use, so this brings the doc up to date.

Tagging @Shadowfiend for review. Inspired by @dougvk :heart:

Shadowfiend commented 3 years ago

Please amend the commit and add this line to the end of the commit message:

Co-Authored-By: dougvk <dougvk@gmail.com>
Shadowfiend commented 3 years ago

(I believe you could have achieved a similar effect by branching off of Doug's branch, then doing git commit --amend after your changes, or cherry-picking his commit to a clean branch and doing a git commit --amend.)

beaurancourt commented 3 years ago

boomtown