Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
Remove mentions to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Feb 1, 2017
1 parent 1cb2b67 commit e04aaff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ You can get the datasets running [Rosie](https://github.com/datasciencebr/rosie)

#### Requirements

Jarbas requires [Python 3.5](http://python.org), [Node.js 6](http://nodejs.org) with [Yarn](https://yarnpkg.com), and [PostgreSQL 9.4+](https://www.postgresql.org).
Jarbas requires [Python 3.5](http://python.org), [Yarn](https://yarnpkg.com), and [PostgreSQL 9.4+](https://www.postgresql.org).

Once you have `pip` and `yarn` available install the dependencies:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- "./:/code"
- "/code/node_modules"
- "assets:/code/jarbas/frontend/static"
command: [npm, run, watch]
command: [yarn, watch]
nginx:
build:
context: .
Expand Down

0 comments on commit e04aaff

Please sign in to comment.