Skip to content

Commit 86b983f

Browse files
committed
Add note about Erlang/OTP 26
1 parent 35fae88 commit 86b983f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/introduction.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Please note that some details like version numbers may differ a bit in your sess
5050

5151
It seems we are ready to go! We will use the interactive shell quite a lot in the next chapters to get a bit more familiar with the language constructs and basic types, starting in the next chapter.
5252

53-
> Note: if you are on Windows, you can also try `iex --werl` (`iex.bat --werl` on PowerShell) which may provide a better experience depending on which console you are using.
53+
> Note: if you are on Windows and running on an Erlang/OTP version earlier than 26, you can also try `iex --werl` (`iex.bat --werl` on PowerShell) which may provide a better experience depending on which console you are using.
5454
5555
## Running scripts
5656

0 commit comments

Comments
 (0)