You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A type-checker for Erlang.
9
9
10
10
## Using it with rebar3 projects
11
11
12
-
1. Use OTP 25
12
+
1. Use OTP 26
13
13
2. Download the `elp` binary for your system from https://github.com/WhatsApp/erlang-language-platform/releases
14
14
15
15
> On Mac you will probably get the following message when trying to run the executable the first time: "elp cannot be opened because the developer cannot be verified.".
@@ -45,7 +45,7 @@ Adding `eqwalizer_support` and `eqwalizer_rebar3`:
45
45
46
46
## Using it with non-rebar projects
47
47
48
-
1. Use OTP 25 (it will be detected automatically by eqWAlizer)
48
+
1. Use OTP 26 (it will be detected automatically by eqWAlizer)
49
49
2. Download the `elp` binary for your system from https://github.com/WhatsApp/erlang-language-platform/releases
50
50
3. Write a `project.json` file describing your project, see below for the file structure.
51
51
Ensure `eqwalizer_support` is added as a dependency, and that its `ebin` folder is reachable and populated
0 commit comments