Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This is currently a significant road bump in the Windows install experience, so it deserves to be mentioned.
  • Loading branch information
perlun authored Oct 19, 2020
1 parent b67d337 commit 4fb636c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4fb636c

Please sign in to comment.