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.