Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit e21fae4

Browse files
Merge #270
270: Add missing installation step r=thomaseizinger a=thomaseizinger Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2 parents 9ff6027 + b22aaff commit e21fae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install them either from the website or through your package manager.
3737
## 3 - Create your first project!
3838

3939
1. `yarn create comit-app new <your-app-name>`,
40-
2. `cd <your-app-name>` and `yarn start-env` to start blockchain and COMIT nodes,
40+
2. `cd <your-app-name>`, `yarn intall` and `yarn start-env` to start blockchain and COMIT nodes,
4141
3. Run the [separate-apps](https://github.com/comit-network/create-comit-app/tree/master/new_project/examples/separate_apps) example (in separate terminals for the taker and maker):
4242
1. Navigate to the separate-apps example app directory `cd ./examples/separate_apps`,
4343
2. `yarn install` to install dependencies,

0 commit comments

Comments
 (0)