From a12301dd9050d9f58ed39e1b5a36f28e644dee95 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Wed, 25 Jan 2023 10:43:31 +0000 Subject: [PATCH] Prettify self-hosting/get-started --- packages/web/docs/src/pages/self-hosting/get-started.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/web/docs/src/pages/self-hosting/get-started.mdx b/packages/web/docs/src/pages/self-hosting/get-started.mdx index 6fd389d77..795805868 100644 --- a/packages/web/docs/src/pages/self-hosting/get-started.mdx +++ b/packages/web/docs/src/pages/self-hosting/get-started.mdx @@ -47,8 +47,9 @@ using `wget`. This's going to download the latest version available. Note: make sure you've Docker installed to be able to continue with the setup process. -> You can also download the file directly from GitHub, if you don't have wget installed using the link -> below +> You can also download the file directly from GitHub, if you don't have wget installed using the +> link below +> > ```sh > bash wget https://raw.githubusercontent.com/kamilkisiela/graphql-hive/main/docker-compose.community.yml > ```