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 > ```