Update README.md (#11586)

It will not work if followed exactly like in readme, because .env will contain just one parameter. Fixing that
This commit is contained in:
Yan 2025-06-10 19:32:11 +03:00 committed by GitHub
parent 798a5c0a20
commit 8f62b1068a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,7 +261,7 @@ echo 'LITELLM_MASTER_KEY="sk-1234"' > .env
# It is used to encrypt / decrypt your LLM API Key credentials
# We recommend - https://1password.com/password-generator/
# password generator to get a random hash for litellm salt key
echo 'LITELLM_SALT_KEY="sk-1234"' > .env
echo 'LITELLM_SALT_KEY="sk-1234"' >> .env
source .env