Skip to content
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
2 changes: 1 addition & 1 deletion src/overview/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ v1.24.3) is installed on your operating system.
The easiest way to set up a Danet project is by using our [Danet CLI](/cli.md)

```bash
$ deno install --allow-read --allow-write --allow-run --allow-env -n danet jsr:@danet/cli
$ deno install --allow-read --allow-write --allow-run --allow-env --global -n danet jsr:@danet/cli
$ danet new my-danet-project
$ cd my-danet-project
```
Expand Down