update wording

This commit is contained in:
maddalax 2024-09-13 20:19:10 -05:00
parent 62120e97a6
commit 5843fafc7b
2 changed files with 2 additions and 2 deletions

View file

@ -84,6 +84,4 @@ func main() {
return
}
}
println("Template downloaded successfully!")
}

View file

@ -10,6 +10,8 @@ tasks:
cmds:
- go run github.com/maddalax/htmgo/framework/tooling/downloadtemplate@latest -out my-app
- echo "Template generated successfully to ./my-app"
- echo "To run the project, 'cd my-app && htmgo run'"
- echo "To build the project, 'cd my-app && htmgo build'"
setup:
dir: '{{.USER_WORKING_DIR}}'