Skip to content

Commit 116ec6d

Browse files
Kasper JungeRalphify
authored andcommitted
docs: update path error troubleshooting for direct RALPH.md paths
Co-authored-by: Ralphify <noreply@ralphify.co>
1 parent 84cf154 commit 116ec6d

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

docs/troubleshooting.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ Common issues and how to fix them. If your problem isn't listed here, run `ralph
1010

1111
## Setup issues
1212

13-
### "RALPH.md not found" or "No RALPH.md in directory"
13+
### "is not a directory or RALPH.md file" / "RALPH.md not found"
1414

15-
The path you passed to `ralph run` doesn't contain a `RALPH.md` file. Make sure the directory exists and has a `RALPH.md`:
15+
The path you passed to `ralph run` doesn't resolve to a valid ralph. The command accepts either a **directory** containing `RALPH.md` or a **direct path** to a `RALPH.md` file:
16+
17+
```bash
18+
ralph run my-ralph # directory containing RALPH.md
19+
ralph run my-ralph/RALPH.md # direct path to the file
20+
```
21+
22+
If you're getting this error, check that the path exists and points to the right place:
1623

1724
```bash
1825
ls my-ralph/RALPH.md

0 commit comments

Comments
 (0)