knox revisó este gist . Ir a la revisión
1 file changed, 5 insertions
DevDocs-1.sh(archivo creado)
@@ -0,0 +1,5 @@ | |||
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 |
Siguiente
Anterior