From f3daf3b9f8f313560f8b0588bb0e82c75d16c516 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 6 Dec 2016 12:15:20 +0100
Subject: [PATCH] Update readme

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index ea8506c..21cd497 100644
--- a/README.md
+++ b/README.md
@@ -45,3 +45,8 @@ GitLab LFS client install and usage:
 Gitlab Kanban
 - http://kanban.leanlabs.io
 - https://gitlab.com/leanlabsio/kanban
+
+Tips & Tricks
+
+- Database Console: `sudo -u gitlab-psql /opt/gitlab/embedded/bin/psql -h /var/opt/gitlab/postgresql/ gitlabhq_production`
+- Mattermost CLI: `/opt/gitlab/embedded/service/mattermost/i18n` and then `sudo -u mattermost /opt/gitlab/embedded/bin/mattermost -config=/var/opt/gitlab/mattermost/config.json -help`
-- 
GitLab