Jekyll Installation - Ubuntu OS
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
Ruby
is installed.ruby -v
- Execute the command below to ensure
Gem
is installed.gem -v
- Execute the command below to install
Jekyll
gem install jekyll bundler
- Execute the command below to ensure
Jekyll
was installed successfully