Skip to content

Commit e745294

Browse files
committed
update README that was updated in master
1 parent fb0056d commit e745294

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# robotframework.github.com
22

3-
This repository hosts Robot Framework's public website available at [robotframework.github.com](http://robotframework.github.com). It uses [Ruby](http://www.ruby-lang.org/) programming language and it's tools [Jekyll](https://github.com/mojombo/jekyll) (a static website generator) and [jekyll-rst](https://github.com/xdissent/jekyll-rst) (a [reStructuredText](https://github.com/xdissent/jekyll-rst)-plugin), among others.
3+
This repository hosts Robot Framework's public website available at [robotframework.github.com](http://robotframework.github.com). It uses [Ruby](http://www.ruby-lang.org/) based tools [Jekyll](https://github.com/mojombo/jekyll) (a static website generator) and [jekyll-rst](https://github.com/xdissent/jekyll-rst) (a [reStructuredText](https://github.com/xdissent/jekyll-rst) plugin), among others.
44

5-
<b>Important to note:</b> As this site is hosted in Github Pages, the <tt>master</tt> branch hosts the files. The <tt>source</tt> branch is where the development happens and from where site is deployed to <tt>master</tt> branch. You should not therefore change any files in <tt>master</tt> branch -- rather, do your work in <tt>source</tt> branch and deploy to <tt>master</tt>.
5+
<b>Important to note:</b> As this site is hosted in GitHub Pages, the <tt>master</tt> branch hosts the files. The <tt>source</tt> branch is where the development happens and from where site is deployed to the <tt>master</tt> branch. You <b>should not</b> therefore change any files in the <tt>master</tt> branch directly. Rather, do your work in the <tt>source</tt> branch and deploy to the <tt>master</tt>.
66

77
# Table of Contents
88

9-
- [Setting up the development environment](#setting-up)
9+
- [Setting up the development environment](#setting-up-the-development-environment)
1010
- [Working with the site](#working-with-the-site)
1111
- [Build and deploy](#building-and-deploying)
1212

13-
# Setting up
13+
# Setting up the development environment
1414

1515
The preferable way to install Ruby is via [RVM](https://rvm.io/rvm/install/). Follow install instructions on the linked page to get RVM, then make sure you have Ruby 1.9.3 and Rubygems installed correctly:
1616

@@ -53,7 +53,7 @@ On Linux, you might get the following exception:
5353
This means you are missing zlib or zlib-Ruby -bindings. Install them from aptitude and reinstall Ruby with RVM. (The following works on Linux Mint -- see [Stackoverflow thread](http://stackoverflow.com/questions/9727908/cannot-load-such-file-zlib-even-after-using-rvm-pkg-install-zlib) for more details)
5454

5555
$ sudo aptitude install zlib1g-dev
56-
$ rvm reinstall ruby 1.9.3
56+
$ rvm reinstall 1.9.3
5757
$ gem install bundler
5858

5959
Next, clone the repository, switch to <tt>source</tt> branch, and install Ruby dependencies with bundler:

0 commit comments

Comments
 (0)