From a5830d756705f30fcb2cb3a72fe2b7bc2f7cf328 Mon Sep 17 00:00:00 2001
From: Allen Gilliland <agilliland@gmail.com>
Date: Wed, 14 Oct 2015 15:21:23 -0700
Subject: [PATCH] adding a link to the setup guide in the jar install guide.

---
 docs/operations-guide/running-the-metabase-jar-file.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/operations-guide/running-the-metabase-jar-file.md b/docs/operations-guide/running-the-metabase-jar-file.md
index d13f353f36b..0f81d4e2525 100644
--- a/docs/operations-guide/running-the-metabase-jar-file.md
+++ b/docs/operations-guide/running-the-metabase-jar-file.md
@@ -34,6 +34,8 @@ At this point your ready to go!  You can access your new Metabase server on port
 
 Note that in the default configuration Metabase will use a local H2 database for storing all its own application data.  This is meant for simple evaluations or personal installations, but if you are running Metabase for a team we recommend you upgrade to a more robust SQL server such as Postgres.  Continue reading for details on how to do that.
 
+Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](/docs/setting-up-metabase.md).
+
 
 ### The Metabase Application Database
 
-- 
GitLab