Skip to main content

README.md

# gleem

[![Package Version](https://img.shields.io/hexpm/v/gleem)](https://hex.pm/packages/gleem)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleem/)

```sh
gleam add gleem@1
```
```gleam
import gleem/install

pub fn main() -> Nil {
  install.main()

  // Then run it to install to your system. (Requires ROOT permissions.)
}
```

Further documentation can be found at <https://hexdocs.pm/gleem>.

## Development

```sh
gleam run   # Install the binary.
```

Copyright (c) 2026 Thebugcanfly13