mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-31 11:06:09 +00:00
Update Gleam versions in README.md (#308)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# gleamgleam
|
||||
|
||||
[](https://hex.pm/packages/gleamgleam)
|
||||
[](https://hexdocs.pm/gleamgleam/)
|
||||
|
||||
```sh
|
||||
gleam add gleamgleam@1
|
||||
```
|
||||
```gleam
|
||||
import gleamgleam
|
||||
|
||||
pub fn main() {
|
||||
// TODO: An example of the project in use
|
||||
}
|
||||
```
|
||||
|
||||
Further documentation can be found at <https://hexdocs.pm/gleamgleam>.
|
||||
|
||||
## Development
|
||||
|
||||
```sh
|
||||
gleam run # Run the project
|
||||
gleam test # Run the tests
|
||||
```
|
||||
Reference in New Issue
Block a user