Skip to content

Commit

Permalink
Update hello-world.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Sep 16, 2024
1 parent 519f5ec commit c1d676c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/developer-docs/getting-started/hello-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ def greet(name: str) -> str:
Deploy the project's <GlossaryTooltip>canisters</GlossaryTooltip> locally:

```
dfx deploy
npm install // Installs node dependencies
dfx deploy // Deploys the project locally
```

This command performs several functions in the background:
Expand Down

0 comments on commit c1d676c

Please sign in to comment.