EN
Bash - install Linux Bash under Windows
4 points
The simplest way to install linux bash for windows is to use Git for windows project.
- Go to official webpage: https://gitforwindows.org (or download specific version from here)
- Click Download button
- Install program

Hint: select
Windows Explorer integration => Git Bash Here
option for better acces for bash terminal from Windows Explorer later.
- Open Windows File Explorer for some folder.
- Select Git Bash Here item in context menu.
- Type some command or run some
*.sh
script.

