maybe fix again

This commit is contained in:
Lunarmagpie 2023-03-09 04:00:25 -05:00
parent 18c936fc69
commit 45db55a4ae
4 changed files with 11 additions and 7 deletions

View file

@ -12,7 +12,6 @@ tar -xf gleam.tar.gz -C gleam
source ./environment
# Install the standard library
gleam new project --skip-git
cd project
gleam new template_project --skip-git
cd template_project
gleam update
cd ..