Ruby Installation
Install Ruby
- Execute the command below to download and install Ruby
sudo apt-get install ruby-full
Install Jekyll
- Execute the command below to ensure
Rubyis installed.ruby -v
- Execute the command below to ensure
Gemis installed.gem -v
- Execute the command below to install
Jekyllgem install jekyll bundler
- Execute the command below to ensure
Jekyllwas installed successfully