From a80f03463c9ad596f6f0deb165ba3778b19904b9 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Sun, 22 Jun 2025 12:44:50 +0200 Subject: [PATCH] Update reademe.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c73ea34..c9e0a60 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,8 @@ This toolkit includes a containerized JupyterLab environment for executing the d 3. **Securely store your network drive access credentials** in the `.env` file by adding the following lines: ```plaintext CIFS_USER= - CIFS_PASS= + CIFS_PASS= + NETWORK_MOUNT=//your-server/your-share ``` **To protect your credentials:** - Do not share the .env file with others.