Skip to content

Commit

Permalink
Merge pull request fhirbase#100 from vadi2/patch-2
Browse files Browse the repository at this point in the history
Fix syntax error in example
  • Loading branch information
niquola authored Jun 24, 2016
2 parents 616063d + 0641e88 commit 2af24b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To install fhirbase you need postgresql-9.4 and plv8 extension.

```sh
sudo apt-get install postgresql-contrib-9.4 postgresql-9.4-plv8 -qq -y
psql -c "CREATE USER user WITH PASSWORD 'password'"
psql -c "CREATE USER \"user\" WITH PASSWORD 'password'"
psql -c 'CREATE DATABASE fhirbase;' -U user
psql -c '\dt' -U postgres
export DATABASE_URL=postgres://user:password@localhost:5432/fhirbase
Expand Down

0 comments on commit 2af24b9

Please sign in to comment.