Last active
December 21, 2015 21:18
-
-
Save developeron29/6366890 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##Shoot the terminal- | |
##For mac users who **don't** have `wget` installed | |
##Run | |
##To install homebrew - | |
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
##To install wget - | |
brew install wget | |
brew install lynx | |
##To install the Cousera preview videos- | |
sh coursera-preview-download.sh https://class.coursera.org/<course>/lecture/preview | |
##example:- | |
sh coursera-preview-download.sh https://class.coursera.org/nlp/lecture/preview |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment