Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This assumes a Debian/Ubuntu environment. Max OSX should be similar, except that
0. Install System dependencies (see section _System dependencies_)
1. Install Elixir dependencies with `mix deps.get`
2. Install npm dependencies for ranch with `npm install`
1. You might want to run `brunch builld` to check if js/css compiling and concatenation works
   1. You might want to run `brunch build` to check if js/css compiling and concatenation works. If you have not installed brunch, then run `npm install -g brunch`
3. create database with postgre script below
- run as postgres superuser: `sudo -u postgres psql postgres`
```
Expand Down