Improve dev installation instructions (#5091)

* Add windows guide

* Apply suggestions from code review

---------

Co-authored-by: Cayman <caymannava@gmail.com>
This commit is contained in:
Pranay Singh
2023-02-11 03:59:08 +05:30
committed by GitHub
parent 992c54f1d7
commit c152fe7ec0

View File

@@ -9,7 +9,7 @@ Thanks for your interest in contributing to Lodestar. It's people like you that
## Getting Started
- :gear: Run `lerna bootstrap` or `yarn install` to install dependencies.
- :gear: Run `yarn` to install dependencies.
- :gear: Run `yarn build` to build lib from source.
- :package: A `lodestar` binary will be bundled in `./packages/cli/bin`.
- :computer: Run `./lodestar --help` to get a list of available commands and arguments.