I\'m new to Git Bash, just freshly downloaded this for use in my class today, on the first class module it ask me to cd in to different directory and ls the co
bash: open: command not found
This error message is trying to tell you that there is no such command called "open". There's nothing wrong with the README.md
.
open
is a universal opener in OSXxdg-open
start
But you don't need to take the instructions literally. It's not really important how you open the readme file. You can open it with the less
command to view the content inside the terminal, or you can open it with notepad
for editing in a text editor.