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 22:56:40 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-04-18 22:56:40 +0400
commitef1d6672fa1ea8181bdcbb037c1f7fd09c9970a7 (patch)
tree2e62b5933800d7cc4753c41ad132a30d042ef7ae /README.md
parent7ce18162d144920a84d8e3800e33b66c1a79b18e (diff)
fix readme [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index 526338431..5222efc12 100644
--- a/README.md
+++ b/README.md
@@ -27,22 +27,19 @@ 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
-```wget https://raw.github.com/diaspora/diaspora/ec5289bd3b9b5608d339b28e1e30272f380a9211/script/install.sh
+```curl https://raw.github.com/diaspora/diaspora/ec5289bd3b9b5608d339b28e1e30272f380a9211/script/install.sh | /bin/sh
```
-### Step 2: Set permissions and run
-```chmod +x install.sh && install.sh
-```
-
-### Step 3: Follow the instructions
+### Step 2: Follow the instructions
-### Step 4: Run the test server
+### Step 3: Run the the development server
```rails s
```
+ then visit 'http://localhost:3000' in your browser.
-### Step 5: Run tests
-```rake tests
+### Step 4: Run tests
+```rake
```
## Resources: