install erlang

This commit is contained in:
Lunarmagpie 2023-03-10 04:24:53 -05:00
parent 6ef319e2ee
commit 295d53f565
2 changed files with 2 additions and 4 deletions

View file

@ -11,11 +11,9 @@
gleam new project --skip-git
mkdir project/build
cp /piston/packages/gleam/0.27.0/template_project/build* project -r
rm project/manifest.toml
cp /piston/packages/gleam/0.27.0/template_project/manifest.toml project/manifest.toml
# cp template_project/build project -r -u -p
# cp template_project/build* project -r
# cp template_project/manifest.toml project/manifest.toml
cat $1 > project/src/project.gleam