docs: Getting started updates (#628)

This commit is contained in:
Aris 2021-08-23 02:22:28 +01:00 committed by GitHub
parent 03fbfe7767
commit 8ecc286117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -52,6 +52,20 @@ npm install -g @project-serum/anchor
Make sure your `NODE_PATH` is set properly so that globally installed modules
can be resolved.
Now verify the CLI is installed properly.
```bash
anchor --version
```
## Start a Project
To initialize a new project, simply run:
```bash
anchor init <new-project-name>
```
## Minimum version requirements
| Build tool | Version |