Skip to content

Commit 9b29483

Browse files
committed
README adjustments
1 parent 170b85d commit 9b29483

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Add Your User Group/Conference to the List
66
------------------------------------------
77

88
1. Fork repository.
9-
2. Open *data/supporters.json* and add your name, location and link.
9+
2. Open *data/supporters.json* and add your name, location,
10+
link and contact data.
1011
3. Check if site is working locally if possible (see [setup](#setup)).
1112
4. Open a pull request.
1213

@@ -22,7 +23,8 @@ Additions or Changes to the Code of Conduct?
2223
Setup
2324
-----
2425

25-
Ruby 2.0.x (1.9.x still OK) must be [installed](http://www.ruby-lang.org/de/downloads/).
26+
Ruby 2.x.y (1.9.x still OK) must be [installed](http://www.ruby-lang
27+
.org/de/downloads/).
2628

2729
git clone [email protected]:rubyberlin/code-of-conduct.git
2830
cd code-of-conduct
@@ -42,6 +44,12 @@ You can access the website at <http://localhost:4567/>.
4244
Deployment
4345
----------
4446

47+
Building the website:
48+
4549
cd code-of-conduct
4650
bundle exec middleman build
4751

52+
Deploying to github pages (needs push access to this repository):
53+
54+
cd code-of-conduct
55+
bundle exec middleman deploy

0 commit comments

Comments
 (0)