From b8bd146292e435deb32ee6a64f7cfa9bb46cc288 Mon Sep 17 00:00:00 2001 From: Ivan Buryak <11bit@users.noreply.github.com> Date: Sat, 12 Mar 2016 00:11:17 +0500 Subject: [PATCH] Update README.md Fixed formatting for code blocks so they can be properly rendered by github --- sentry/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sentry/README.md b/sentry/README.md index 114905c2e..9e6d12ac2 100644 --- a/sentry/README.md +++ b/sentry/README.md @@ -31,15 +31,15 @@ Sentry is a realtime event logging and aggregation platform. It specializes in m 2. Start a Postgres container - ```console - $ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres - ``` + ```console + $ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres + ``` 3. Generate a new secret key to be shared by all `sentry` containers. This value will then be used as the `SENTRY_SECRET_KEY` environment variable. - ```console - $ docker run --rm sentry generate-secret-key - ``` + ```console + $ docker run --rm sentry generate-secret-key + ``` 4. If this is a new database, you'll need to run `upgrade`