This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
specify node version to use in README
- Loading branch information
1 parent
01389b8
commit 0588823
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ To compile Kelp from source: | |
|
||
1. [Download][golang-download] and [setup][golang-setup] Golang _v1.13 or later_ | ||
1. Set environment variable `export GOPROXY=https://goproxy.io,https://proxy.golang.org,https://goproxy.cn` | ||
2. Install [Yarn][yarn-install] and [NodeJs][nodejs-install] to build the Kelp GUI | ||
2. Install [Yarn][yarn-install] and [NodeJs][nodejs-install] (Node v12.3.1 via [nvm][nvm]) to build the Kelp GUI | ||
3. Clone the kelp repository `git clone [email protected]:stellar/kelp.git` | ||
4. Install the [astilectron-bundler][astilectron-bundler] binary | ||
* `go install github.com/asticode/go-astilectron-bundler/astilectron-bundler` | ||
|
@@ -401,6 +401,7 @@ See the [Code of Conduct](CODE_OF_CONDUCT.md). | |
[glide-install]: https://github.com/Masterminds/glide#install | ||
[yarn-install]: https://yarnpkg.com/lang/en/docs/install/ | ||
[nodejs-install]: https://nodejs.org/en/download/ | ||
[nvm]: https://github.com/nvm-sh/nvm | ||
[astilectron-bundler]: https://github.com/asticode/go-astilectron-bundler | ||
[spread]: https://en.wikipedia.org/wiki/Bid%E2%80%93ask_spread | ||
[hedge]: https://en.wikipedia.org/wiki/Hedge_(finance) | ||
|