Skip to content

Commit 6e1ad74

Browse files
authored
Update README.md
1 parent ef0a89f commit 6e1ad74

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# The Encode website
2+
3+
This is the source for the www.encode.io website.
4+
5+
It is built with Jekyll and hosted on GitHub pages.
6+
7+
### Installing Jekyll on a Mac
8+
9+
* `brew install ruby` *Ensure we have an up to date ruby environment.*
10+
* Update `PATH` in `~/.bash_profile` to include the brew installed ruby bin directory.
11+
* `gem install bundler jekyll`
12+
113
### Serving the documentation locally
214

315
```shell

0 commit comments

Comments
 (0)