From b492b2d504967c2db5f32358d7f936b198c82a83 Mon Sep 17 00:00:00 2001 From: roadscape <roadscape@users.noreply.github.com> Date: Thu, 17 Jan 2019 11:12:56 -0600 Subject: [PATCH] minor readme clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cabe4327b..cb85618b2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ make test Hivemind is deployed as a Docker container. -Here is an example command that will run DB migrations and start the syncing process: +Here is an example command that will initialize the DB schema and start the syncing process: ``` docker run -d --name hivemind --env DATABASE_URL=postgresql://user:pass@hostname:5432/databasename --env STEEMD_URL=https://yoursteemnode --env SYNC_SERVICE=1 -p 8080:8080 steemit/hivemind:latest -- GitLab