update wording
This commit is contained in:
parent
62120e97a6
commit
5843fafc7b
2 changed files with 2 additions and 2 deletions
|
|
@ -84,6 +84,4 @@ func main() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
println("Template downloaded successfully!")
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- go run github.com/maddalax/htmgo/framework/tooling/downloadtemplate@latest -out my-app
|
- go run github.com/maddalax/htmgo/framework/tooling/downloadtemplate@latest -out my-app
|
||||||
- echo "Template generated successfully to ./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:
|
setup:
|
||||||
dir: '{{.USER_WORKING_DIR}}'
|
dir: '{{.USER_WORKING_DIR}}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue