EN
Bash - how to install linux bash for windows
4
points
The simplest way to install linux bash for windows is to use Git for windows project.
1. Instalation guid
- Go to official webpage: https://gitforwindows.org
- Click Download button
- Install program

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

