I'm trying to install Jekyll on Mac OS X. When I run the command gem install jekyll
the terminal displays :
thegentletrainer1$ gem install jekyll
Fetching: jekyll-2.5.2.gem (100%)
Successfully installed jekyll-2.5.2
Parsing documentation for jekyll-2.5.2
Installing ri documentation for jekyll-2.5.2
Done installing documentation for jekyll after 2 seconds
1 gem installed
but when I try to create new project using : jekyll new site
I get :
-bash: jekyll: command not found
Any advice ?