From 6bde52b99b8aadd99c26aa2019931d6ba1ce29df Mon Sep 17 00:00:00 2001 From: Pavan Karthick Date: Mon, 24 Mar 2025 09:20:17 +0530 Subject: [PATCH] Update README.md >> instead of > to prevent override on the existing .env file for the folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2f71e4d1..60f9e55f31 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,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