docs: update windows.md to use otp 24
This commit is contained in:
parent
e18fef1ba8
commit
89e2cdb5a4
|
@ -29,7 +29,7 @@ The second path is for CMD to setup environment variables.
|
||||||
|
|
||||||
### Erlang/OTP
|
### Erlang/OTP
|
||||||
|
|
||||||
Install Erlang/OTP 23.2 from https://www.erlang.org/downloads
|
Install Erlang/OTP 24.2.1 from https://www.erlang.org/downloads
|
||||||
You may need to edit the `Path` environment variable to allow running
|
You may need to edit the `Path` environment variable to allow running
|
||||||
Erlang commands such as `erl` from CMD.
|
Erlang commands such as `erl` from CMD.
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ e.g.
|
||||||
|
|
||||||
```
|
```
|
||||||
PS C:\Users\zmsto> erl
|
PS C:\Users\zmsto> erl
|
||||||
Eshell V11.1.4 (abort with ^G)
|
Eshell V12.2.1 (abort with ^G)
|
||||||
1> halt().
|
1> halt().
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue