Please install the tree command before moving forward:
-
Linux
sudo apt-get install tree sudo apt-get install wget -
MacOSX
-
Option 1:
- install tree
http://apple.stackexchange.com/questions/128876/whats-the-equivalent-of-the-unix-tree-command-on-osx
- install wget
http://stackoverflow.com/questions/4572153/os-x-equivalent-of-linuxs-wget
-
Option 2 (Via brew):
Comment from @Hilmerc as to why we are doing the below: Using MacOS Sierra 10.12.6, but we are not sure in which Mac version the brew command started to be necessary for the process.You will need the latest version of brew. If you don't have brew installed, execute the next instruction or go here for more information.
-
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
brew install treehttp://apple.stackexchange.com/questions/128876/whats-the-equivalent-of-the-unix-tree-command-on-osx
-
brew install wgethttp://stackoverflow.com/questions/4572153/os-x-equivalent-of-linuxs-wget
-
-
-
Windows
install `git-bash` (recommended) or `cgywin`The
treecommand is built into Windows. From withingit-bashorcygwin. In case a script is invoking thetreecommand and failing, please replace thetree -flkeywords withcmd //c "tree /f /a". If that does not work either usels -Rinstead, except you won't see the output in a tree format.Or manually convert the
.shfiles into.bat, with minor tweaks should also work there.Thanks Richard Kolb (@rjdkolb) for your continued support in this area.
Now return to the Download and install tree and wget section in the main README.md file and continue with the rest of the steps.