You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,24 @@ Documentation is available on our [wiki](https://github.com/diaspora/diaspora/wi
22
22
23
23
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).
24
24
25
-
### Step 1: Clone the repo
25
+
### Step 1: Clone the repo in your working directory
26
26
```git clone git@github.com:diaspora/diaspora.git
27
27
```
28
28
29
29
### Step 2: Navigate to your cloned repository
30
-
```cd../diaspora
30
+
```cd diaspora
31
31
```
32
32
33
33
### Step 3: Install Bundler and gems (depending on [OS Vendor](https://github.com/diaspora/diaspora/wiki/Installation-Guides))
0 commit comments