Skip to content

Commit 9f15645

Browse files
authored
Merge pull request #359 from afeld/update
update run instructions
2 parents dc71eb2 + 38bc9f5 commit 9f15645

File tree

3 files changed

+791
-440
lines changed

3 files changed

+791
-440
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ This app requires NodeJS (>= v9.11).
3838
1. Clone this repo:
3939

4040
```bash
41-
git clone --recursive git@github.com:okfn/dataportals.org.git
41+
git clone --recursive https://github.com/okfn/dataportals.org.git
4242
```
4343
You need to use `--recursive` because this repository uses Recline as a
4444
[git submodule](https://github.blog/2016-02-01-working-with-submodules/#joining-a-project-using-submodules).
4545

4646
2. Install the dependencies:
4747

4848
```bash
49-
npm install .
49+
npm install .
5050
```
5151

5252
Alternatively, you can use Docker to run the application. In that
@@ -67,7 +67,7 @@ This app requires NodeJS (>= v9.11).
6767
3. Try it out locally:
6868

6969
```bash
70-
node app.js
70+
node app.js
7171
```
7272

7373
Or, if you're using Docker, start the container instead:

0 commit comments

Comments
 (0)