You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -532,7 +537,7 @@ You can run the CLI using Docker without installing Node.js.
532
537
-v "$HOME/.leetcode:/root/.leetcode" \
533
538
leetcode-cli list
534
539
```
535
-
_Note: We mount `~/.leetcode` to persist login credentials and `leetcode` folder to save solution files._
540
+
_Note: We mount `~/.leetcode` to persist CLI data (workspace config, snapshots, optional file-backend credentials) and `leetcode` folder to save solution files._
0 commit comments