Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 530 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 530 Bytes

infossm.github.io

Install On Ubuntu

  1. You must install Ruby
$ sudo apt install ruby ruby-dev
  1. Check whether you have Ruby
$ ruby --version
> ruby X.X.X
  1. Install Bundler
$ gem install bundler
  1. Change directories to the this repository
$ cd infossm.github.io
  1. Install Jekyll and other dependencies
$ bundle install
  1. Run your Jekyll site locally
$ bundle exec jekyll serve
  1. Preview your local Jekyll site in your web browser at http://localhost:4000.