Added scripts to install ruby and jekyll
This commit is contained in:
parent
e980dce814
commit
1b3dafa624
2 changed files with 19 additions and 0 deletions
7
install_jekyll.sh
Normal file
7
install_jekyll.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Install jekyll and bundler
|
||||
# Assuming that Ruby is already installed
|
||||
|
||||
gem install jekyll bundler
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue