Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated getting-started.md #270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ Once all 5 have ticks next to them, you should run the following:

```sh
cd first-dao
npm start
yarn upgrade
yarn start
```

The first line, `cd first-dao`, just moves us into the directory where the scaffolded app was created.
Expand Down Expand Up @@ -232,7 +233,7 @@ To sign your first transaction with Metamask, head to the **Signing your first t

## Next steps

We hope you enjoyed that 😊! Please don't hesitate to leave us any feedback on [Spectrum](https://spectrum.chat/aragon/app-development).
We hope you enjoyed that 😊! Please don't hesitate to leave us any feedback on [Discord](https://discord.com/invite/aragon).

Now that you’ve built your first DAO, feel free to take a look at the docs. If you're interested in understanding things at a deeper level, we recommend you jump straight into our [awesome tutorial](/docs/tutorial.html).

Expand Down