From 812140d401b1ddc7a8dfb44ead28e3b332a38e1b Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 29 Jan 2019 10:18:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=98=20Update=20manual=20install=20inst?= =?UTF-8?q?uctions=20in=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #69 Signed-off-by: Thomas Citharel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b4b2d2b..218d215b1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ make * Setup services: * Make sure the postgis extension is installed on your system. * Create a postgres user with database creation capabilities, using the - following: `createuser -d -P elixir` and set `elixir` as the password. + following: `createuser -d -P mobilizon` and set `mobilizon` as the password. * Create your database with `mix ecto.create`. * Create the postgis extension on the database with a postgres user that has superuser capabilities: `psql mobilizon_dev`