Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
added erlang docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 18, 2024
1 parent 3fbad10 commit a52c460
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lang/erlang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Erlang

The following are instructions for using the erlang core plugin.
This is used when there isn't a git plugin installed named "erlang".

The code for this is inside the mise repository at
[`./src/plugins/core/erlang.rs`](https://github.com/jdx/mise/blob/main/src/plugins/core/erlang.rs).

## Usage

The following installs erlang and makes it the global default:

```sh
mise use -g erlang@26
```

See available versions with `mise ls-remote erlang`.

## kerl

The plugin uses [kerl](https://github.com/kerl/kerl) under the hood to build erlang.
See kerl's docs for information on configuring kerl.
1 change: 1 addition & 0 deletions plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You can see the core plugins with `mise plugin ls --core`.

- [Bun](/lang/bun)
- [Deno](/lang/deno)
- [Erlang](/lang/erlang)
- [Go](/lang/go)
- [Java](/lang/java)
- [NodeJS](/lang/node)
Expand Down

0 comments on commit a52c460

Please sign in to comment.