diff options
Diffstat (limited to 'lessons/README.md')
-rw-r--r-- | lessons/README.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lessons/README.md b/lessons/README.md deleted file mode 100644 index 01cefea..0000000 --- a/lessons/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# lessons - -[](https://hex.pm/packages/lessons) -[](https://hexdocs.pm/lessons/) - -## 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 lessons -``` - -and its documentation can be found at <https://hexdocs.pm/lessons>. |