Skip to content

Commit 6fefcca

Browse files
committed
update readme [ci skip]
1 parent 672eb16 commit 6fefcca

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,24 @@ Documentation is available on our [wiki](https://github.com/diaspora/diaspora/wi
2222

2323
Here's how you can get a development environment up and running. You can check out system-specific guides [here](https://github.com/diaspora/diaspora/wiki/Installation-Guides).
2424

25-
### Step 1: Clone the repo
25+
### Step 1: Clone the repo in your working directory
2626
```git clone git@github.com:diaspora/diaspora.git
2727
```
2828

2929
### Step 2: Navigate to your cloned repository
30-
```cd ../diaspora
30+
```cd diaspora
3131
```
3232

3333
### Step 3: Install Bundler and gems (depending on [OS Vendor](https://github.com/diaspora/diaspora/wiki/Installation-Guides))
34-
```sudo gem install bundler && sudo bundle install
34+
``` gem install bundler && bundle install
3535
```
3636

37-
### Step 4: Edit database.yml, and rename application.yml.example to just application.yml
37+
### Step 4: Edit database.yml, and rename application.yml.example to just application.yml
38+
``` cp application.yml.example application.yml
39+
cp database.yml.example database.yml
40+
```
3841

39-
### Step 5: Create and migrate the database
42+
### Step 5: Create and migrate the database (make sure your database of choice is started!)
4043
```rake db:create && rake db:migrate
4144
```
4245

0 commit comments

Comments
 (0)