Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.73 KB

binstall.md

File metadata and controls

23 lines (15 loc) · 1.73 KB
layout title cover description permalink
page
Install
How to install the book jekyll
/install/

The Book Installation

For installation local you need to download and install ruby on your device, then you can install jekyll open shell terminal and run gem install jekyll bundler after install jekyll now you can download this source code on our github repo

Download Now

or you can clone fork it with run

git clone https://github.com/mesinkasir/the-book.git

now you can run the book with run jekyll serve

and open on localhost:4000 on your web bowser.

If you have problem about webrick.. so no need wory just run bundle add webrick then run thebook again jekyll serve or bundle exec jekyll serve