Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2012-04-18 23:00:03 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-04-18 23:00:03 +0400
commit7361b8f305bab90dc442c078619097effd3f8c4a (patch)
treebb85541ea2e0346b16214f58a4e0ce23665b8b5b /README.md
parent225b296c6985e3080855f7b06fe3aa41e17ae7eb (diff)
for some reason the final step did not get shown [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7cf54add3..65d2c9bb3 100644
--- a/README.md
+++ b/README.md
@@ -27,19 +27,23 @@ Before submitting code, feel free to sign our [Contributor License Agreement](ht
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).
### Step 1: Download the script
-```curl https://raw.github.com/diaspora/diaspora/master/script/install.sh | /bin/sh
+```
+ curl https://raw.github.com/diaspora/diaspora/master/script/install.sh | /bin/sh
```
### Step 2: Follow the instructions
### Step 3: Run the the development server
-```rails s
```
- then visit 'http://localhost:3000' in your browser.
+ rails s
+```
+
+then visit 'http://localhost:3000' in your browser.
### Step 4: Run tests
-```rake
+```
+ rake
```
## Resources: