diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-12-19 20:29:55 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-12-19 20:29:55 +0000 |
commit | 0342dad3eea33161dedbf1e71c508282bc1804f8 (patch) | |
tree | 0b67f470be06802c522ddd2df92136a659d0aec4 /README.md | |
parent | b0840f22e53f6a820b11ba538fb3a9b926fb9b29 (diff) | |
download | tour-0342dad3eea33161dedbf1e71c508282bc1804f8.tar.gz tour-0342dad3eea33161dedbf1e71c508282bc1804f8.zip |
Update Gleam version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 2 insertions, 21 deletions
@@ -1,22 +1,3 @@ -# playground +# Try Gleam -[](https://hex.pm/packages/playground) -[](https://hexdocs.pm/playground/) - -## Quick start - -```sh -gleam run # Run the project -gleam test # Run the tests -gleam shell # Run an Erlang shell -``` - -## Installation - -If available on Hex this package can be added to your Gleam project: - -```sh -gleam add playground -``` - -and its documentation can be found at <https://hexdocs.pm/playground>. +An interactive Gleam tutorial and playground! Watch this space. |