This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters