From 4fb636cb0ae458f9a4d5841b0b50cbafef9020da Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Mon, 19 Oct 2020 20:38:04 +0300 Subject: [PATCH] (docs) Mention #107 in https://perlang.org/download This is currently a significant road bump in the Windows install experience, so it deserves to be mentioned. --- docs/download/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/download/index.md b/docs/download/index.md index 9cedc8a3..e68c8517 100644 --- a/docs/download/index.md +++ b/docs/download/index.md @@ -18,3 +18,8 @@ If you have a previous build installed and want to overwrite it, use the followi ```shell $ curl -sSL https://perlang.org/install | sh -s -- --force +``` + +**Note**: If you are running the installer in Git Bash on Windows, running `perlang` after installation will unfortunately not work in the Bash shell (because of limitations preventing us from reading individual keystrokes in that shell). Please close the `bash` session after installation and `cd %userprofile%\.perlang\nightly\bin`. You should then be able to run `perlang` to open up the Perlang console session. + +For more details about this bug, please see https://github.com/perlun/perlang/issues/107.