Skip to content

Commit d0f49ef

Browse files
committed
Merge pull request coderwall#132 from alxers/update_contributing_file
Update contributing file
2 parents c97ee29 + 34bbcaf commit d0f49ef

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ There's only a VirtualBox basebox right now.
6363

6464
#### Vagrant? VirtualBox? Let's take this one step at a time.
6565

66-
If you're running Windows, [here's a guide written by one of our members on how to get set up.](https://github.com/assemblymade/coderwall/docs/getting_started_on_windows.md)
66+
If you're running Windows, [here's a guide written by one of our members on how to get set up.](https://github.com/assemblymade/coderwall/blob/master/docs/getting_started_on_windows.md)
6767

6868
1. **Install VirtualBox**
6969

@@ -91,12 +91,18 @@ If you're running Windows, [here's a guide written by one of our members on how
9191

9292
3. **Git assemblymade/coderwall**
9393

94+
[Fork the code](https://github.com/assemblymade/coderwall) if you haven't already done so.
95+
9496
mkdir -p ~/assemblymade
9597
cd ~/assemblymade
9698

97-
depending on your choice of protocols : _(this will take a while to run so you may want to grab some coffee)_
98-
* git clone https://github.com/assemblymade/coderwall.git coderwall
99-
* git clone git@github.com:assemblymade/coderwall.git coderwall
99+
Depending on your choice of protocols: _(this will take a while to run so you may want to grab some coffee)_
100+
* git clone https://github.com/your_username/coderwall.git coderwall
101+
* git clone git@github.com:your_username/coderwall.git coderwall
102+
103+
Add upstream:
104+
* git remote add upstream https://github.com/assemblymade/coderwall.git
105+
* git remote add upstream git@github.com:assemblymade/coderwall.git
100106

101107
I am going to assume that the project is cloned into your home directory in and into a directory structure like `~/assemblymade/coderwall`.
102108

@@ -127,7 +133,7 @@ If you're running Windows, [here's a guide written by one of our members on how
127133
cd ~/web
128134
rvm current # should be ruby-2.1.2@coderwall
129135
bundle check # should be 'The Gemfile's dependencies are satisfied'
130-
bundle exec script/rails.rb server
136+
rails s
131137

132138
If all went well the Rails server should start up on PORT 3000.
133139

0 commit comments

Comments
 (0)