doc: fix new project instructions in tutorial-setup.md (#3622)

This commit is contained in:
Vijal Patel
2023-07-02 17:14:15 +02:00
committed by GitHub
parent c151e305ca
commit 1ec7523803

View File

@@ -32,7 +32,7 @@ go get -d entgo.io/ent/cmd/ent
go run -mod=mod entgo.io/ent/cmd/ent new Todo
```
After installing Ent and running `ent init`, your project directory should look like this:
After installing Ent and running `ent new`, your project directory should look like this:
```console
.