From a691a424224b2e1e85e2ae3797c746865bded29e Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 15 Mar 2021 08:10:21 +0100 Subject: [PATCH] chore(Windows.md): tidy up erl cmd test example --- Windows.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Windows.md b/Windows.md index 2f3f08876..4f24f4d3a 100644 --- a/Windows.md +++ b/Windows.md @@ -11,7 +11,8 @@ in C/C++. To compile and link C/C++ libraries, the easiest way is perhaps to install Visual Studio. Visual Studio 2019 is used in our tests. -If you (like @zmstone) do not know where to start, please follow this OTP guide: +If you are like me (@zmstone), do not know where to start, +please follow this OTP guide: https://github.com/erlang/otp/blob/master/HOWTO/INSTALL-WIN32.md NOTE: To avoid surprises, you may need to add below two paths to `Path` environment variable @@ -43,8 +44,6 @@ To validate Erlang installation in CMD or powershell: e.g. ``` -Eshell V11.1.4 (abort with ^G) -1> halt(). PS C:\Users\zmsto> erl Eshell V11.1.4 (abort with ^G) 1> halt().