Skip to content

Commit 680496e

Browse files
committed
README: Write "Initialization" section
1 parent 8e63d1c commit 680496e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You can see it live at [https://stake.eosnetwork.com](https://stake.eosnetwork.c
1919

2020
1. [Development](#development)
2121
1. [Prerequisites](#prerequisites)
22+
1. [Initialization](#initialization)
2223
1. [See Also](#see-also)
2324

2425
<!-- contents markdown end -->
@@ -50,6 +51,17 @@ You will need the following tools:
5051
```
5152
These tools are all you need to get started!
5253

54+
### Initialization
55+
Once you have the [prerequisites](#prerequisites) installed, you can get going by making sure `nvm` is using the correct version of nodeJS...
56+
```bash
57+
nvm install
58+
```
59+
...and then downloading all project dependencies.
60+
```bash
61+
yarn
62+
```
63+
Easy.
64+
5365
## See Also
5466
More resources.
5567
- [aws-cloudwatch-alarm-handler](https://github.com/eosnetworkfoundation/aws-cloudwatch-alarm-handler) lambda

0 commit comments

Comments
 (0)