This commit is contained in:
Jessica Lord 2015-10-30 12:11:00 -07:00
Родитель 7eb5721140
Коммит 9940c82cba
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -4,8 +4,12 @@ The [website](http://electron.atom.io) for [Electron](https://github.com/atom/el
### Build
This is a [Jekyll](http://jekyllrb.com) site hosted on [GitHub Pages](http://pages.github.com). To build a Jekyll site you'll need a few things on your system so double check the [Jekyll requirements](http://jekyllrb.com/docs/installation/#requirements).
This is a [Jekyll](http://jekyllrb.com) site hosted on [GitHub Pages](http://pages.github.com). To build a Jekyll site you'll need a few things on your system so double check the [Jekyll requirements](http://jekyllrb.com/docs/installation/#requirements). In addition to those, you'll need these Ruby gems:
```bash
$ gem install jekyll
$ gem install bundler
```
Follow these steps to copy this repository to your computer and build the site:
```bash