We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6495921 commit d7a257aCopy full SHA for d7a257a
tools/ralph/README.md
@@ -25,6 +25,9 @@ variable.
25
sudo usermod -aG docker $USER
26
# Log out and back in for changes to take effect
27
```
28
+ Your user must not be root, otherwise the container user will also be 'root'
29
+ and Claude will not agree to run.
30
+
31
**Important:** Running the script with `sudo` will cause it to look for Claude
32
credentials in `/root/.claude.json` instead of your user's home directory,
33
causing the smoketests to fail.
0 commit comments