Skip to content

Commit b1aa07e

Browse files
authored
Merge pull request #18 from dlglin/fixreadme
Change private to public and change npm install to npm ci
2 parents 478ce9d + fdff872 commit b1aa07e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ If using a local install instead of docker:
5151
* copy `render_app.conf.dist` to `render_app.conf` and make any desired modifications
5252
* copy `conf/pg_config.yml` to `lib/PG/pg_config.yml` and make any desired modifications
5353
* install third party JavaScript dependencies
54-
* `cd private/`
55-
* `npm install`
54+
* `cd public/`
55+
* `npm ci`
5656
* `cd ..`
5757
* install PG JavaScript dependencies
5858
* `cd lib/PG/htdocs`
59-
* `npm install`
59+
* `npm ci`
6060
* start the app with `morbo ./script/render_app` or `morbo -l http://localhost:3000 ./script/render_app` if changing
6161
root url
6262
* access on `localhost:3000` by default or otherwise specified root url

0 commit comments

Comments
 (0)