Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d0355c

Browse files
committed
add link to gitbash in the readme
1 parent 0e43d5c commit 0d0355c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Week1/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ The Command Line interface (also known as CLI or shell) is a way to navigate thr
2121

2222
As a beginning programmer it's important to get familiar with it, as it will teach you how computers work: As a tool that you give instructions to. This is not any different from programming for web development; but instead of writing instructions to the computer directly, you write instructions for browsers to execute.
2323

24+
Please install [Git for Windows] (https://gitforwindows.org) which comes with
25+
an application called *Git BASH* which simulates frequently used CLI commands.
26+
2427
For more information, check the following resources and code along:
2528

2629
- [Command Line Crash Course](https://www.youtube.com/watch?v=yz7nYlnXLfE)

0 commit comments

Comments
 (0)