for some reason the final step did not get shown [ci skip]
This commit is contained in:
parent
225b296c69
commit
7361b8f305
1 changed files with 8 additions and 4 deletions
12
README.md
12
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue