diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index cdb6f7018f..6a11d069fb 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -13,6 +13,7 @@ To start using Litellm, run the following commands in a shell: ```bash # Get the code curl -O https://raw.githubusercontent.com/BerriAI/litellm/main/docker-compose.yml +curl -O https://raw.githubusercontent.com/BerriAI/litellm/main/prometheus.yml # Add the master key - you can change this after setup echo 'LITELLM_MASTER_KEY="sk-1234"' > .env