DevDocs-1.sh
· 162 B · Bash
Ham
git clone https://github.com/freeCodeCamp/devdocs.git && cd devdocs
gem install bundler
bundle install
bundle exec thor docs:download --default
bundle exec rackup
1 | git clone https://github.com/freeCodeCamp/devdocs.git && cd devdocs |
2 | gem install bundler |
3 | bundle install |
4 | bundle exec thor docs:download --default |
5 | bundle exec rackup |