Skip to content

Commit

Permalink
📚 (README.md) Update example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Sep 30, 2024
1 parent 24dcbdd commit cdfb391
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ Compile gleam to single binary, via Deno and Bun.
## 🚀 How to use

```sh
gleam run -m garnet_tool example out bun
# Compile via Deno(default)
gleam run -m garnet_tool garnet_tool/example out

# Compile via Bun
gleam run -m garnet_tool garnet_tool/example out bun
```

## ⬇️ Install
Expand Down Expand Up @@ -70,7 +74,6 @@ MIT
- [esgleam](https://hexdocs.pm/esgleam) Apache-2.0
- [gleam_community_colour](https://hexdocs.pm/gleam_community_colour) Apache-2.0
- [gleam_http](https://hexdocs.pm/gleam_http) Apache-2.0
- [jasper](https://hexdocs.pm/jasper) AGPL-3.0-only
- [gleam_stdlib](https://hexdocs.pm/gleam_stdlib) Apache-2.0
- [glexer](https://hexdocs.pm/glexer) MIT
- [thoas](https://hexdocs.pm/thoas) Apache 2.0
Expand Down

0 comments on commit cdfb391

Please sign in to comment.