Skip to content

Commit b8ee517

Browse files
authored
Merge pull request #23 from RAbraham/patch-1
Update build instructions.
2 parents 142a0c9 + bd99f3a commit b8ee517

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Create a Postgres database and run the tests:
3131

3232
#+begin_src bash
3333
psql --command="create database test"
34+
psql --command="create user testuser"
3435
cat schema.sql | psql --username=testuser test
3536
#+end_src
3637

@@ -39,7 +40,8 @@ cat schema.sql | psql --username=testuser test
3940
Let's run some tests:
4041

4142
#+begin_src bash
42-
pulp install
43+
bower install
44+
npm install
4345
pulp test
4446
#+end_src
4547

0 commit comments

Comments
 (0)