diff options
author | Louis Pilfold <louis@lpil.uk> | 2019-10-27 20:51:54 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-10-27 20:54:18 +0000 |
commit | b6c291ae0c0122ae70681bcdcda723f43450a7e8 (patch) | |
tree | 5bc8103040d9083aa5aaffcded8a2796d64bec8e /README.md | |
parent | 85f2f8152471a4fdaa9639ec92cd54e4ad0e1117 (diff) | |
download | gleam_stdlib-b6c291ae0c0122ae70681bcdcda723f43450a7e8.tar.gz gleam_stdlib-b6c291ae0c0122ae70681bcdcda723f43450a7e8.zip |
Split from compiler repository
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -1,14 +1,10 @@ -gleam_stdlib -===== +# Gleam stdlib -An OTP library +Gleam's standard library! -Build ------ +## Quick reference - $ rebar3 compile - -Run Tests ------ - - $ rebar3 eunit +```sh +# Run the unit tests +rebar3 eunit +``` |