Skip to content

Commit 9d709a6

Browse files
committed
[gleam] Add note about erlang dependency
Closes #17,
1 parent 6948f75 commit 9d709a6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/gleam/NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This feature installs only the gleam tool. It needs erlang to be installed in the container for it to work.
2+
You can either use an additional feature to install erlang or install it manually. For more information on how to install erlang, please refer to the official documentation:
3+
https://gleam.run/install/ubuntu-linux/erlang/

src/gleam/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Gleam is a friendly language for building type-safe systems that scale!
2323

2424
- `gleam.gleam`
2525

26+
This feature installs only the gleam tool. It needs erlang to be installed in the container for it to work.
27+
You can either use an additional feature to install erlang or install it manually. For more information on how to install erlang, please refer to the official documentation:
28+
https://gleam.run/install/ubuntu-linux/erlang/
2629

2730

2831
---

0 commit comments

Comments
 (0)