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