Skip to content

Commit

Permalink
feat(getting-started): --dapp-template no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 15, 2024
1 parent 1c9e995 commit ae1f3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ For more examples and ideas, visit:
Now you'll use yarn to pull down the sample dapp. The sample dapp will be placed in a subfolder named `demo`.

```sh
yarn create @agoric/dapp --dapp-template dapp-offer-up demo
yarn create @agoric/dapp demo
```

## Install Dapp Dependencies
Expand Down

0 comments on commit ae1f3ff

Please sign in to comment.