Prettify self-hosting/get-started

This commit is contained in:
Kamil Kisiela 2023-01-25 10:43:31 +00:00
parent 2008871ee4
commit a12301dd90

View file

@ -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.
</Callout>
> 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
> ```