Skip to content

Commit

Permalink
Update source.md
Browse files Browse the repository at this point in the history
Removed warning, as requested by nflaig
  • Loading branch information
coincashew committed Mar 13, 2023
1 parent 18fb64f commit 5908b90
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/install/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ Switch to created directory.
cd lodestar
```

<!-- prettier-ignore-start -->
!!! warning
`git clone` will check out the default `unstable` branch. If you are running Lodestar in production, we recommend to either use the `stable` branch
by running `git switch stable` or to use a specific version by running `git checkout <version>`, e.g. `git checkout v1.3.0`.
<!-- prettier-ignore-end -->

## Install packages

Install across all packages. Lodestar follows a [monorepo](https://github.com/lerna/lerna) structure, so all commands below must be run in the project root. Use the `--ignore-optional` flag to prevent downloading the Ethereum Consensus spec tests.
Expand Down

0 comments on commit 5908b90

Please sign in to comment.