project -> template project

This commit is contained in:
Lunarmagpie 2023-03-10 04:40:20 -05:00
parent d7aadca169
commit 0626714ec8
2 changed files with 7 additions and 7 deletions

View file

@ -15,6 +15,6 @@ tar -xf gleam.tar.gz -C gleam
source ./environment
# Install the standard library
gleam new template_project --skip-git
cd template_project
gleam new project --skip-git
cd project
gleam build --target=javascript