Skip to content

Commit 11b0f3e

Browse files
dbrattliclaude
andcommitted
Fix default output directory claim in Beam docs
The default output goes to the project directory (where the .fsproj is), not ./output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent adc238a commit 11b0f3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/beam/build-and-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The generated `.erl` files are standard Erlang that can be compiled with `erlc`
3131
dotnet fable --lang beam
3232
```
3333

34-
By default, output goes to `./output`. You can change this with `--outDir`:
34+
By default, output goes to the project directory (where the `.fsproj` is). You can change this with `--outDir`:
3535

3636
```bash
3737
dotnet fable --lang beam --outDir /path/to/output

docs/docs/getting-started/beam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Compile your project to Erlang:
3131
dotnet fable --lang beam
3232
```
3333

34-
This generates `.erl` files in the output directory (default `./output`).
34+
This generates `.erl` files in the project directory (where the `.fsproj` is) by default.
3535

3636
</li>
3737

0 commit comments

Comments
 (0)