Skip to content

docs: add Windows build/run note to README - #2

Merged
ata-sesli merged 1 commit into
0ctacity:mainfrom
BerkeDurdu:docs/windows-build-note
Aug 8, 2026
Merged

docs: add Windows build/run note to README#2
ata-sesli merged 1 commit into
0ctacity:mainfrom
BerkeDurdu:docs/windows-build-note

Conversation

@BerkeDurdu

Copy link
Copy Markdown
Member

Summary

  • Add a Windows-specific note under Install showing that go build produces gora.exe and that PowerShell invokes it with .\ instead of ./.

Fixes #1.

Test plan

  • Ran go build -o gora.exe .\cmd\gora and .\gora.exe validate examples\dashboard\app.gora --root examples\dashboard on Windows/PowerShell to confirm the documented commands work.

PowerShell users hit go build -o gora ./cmd/gora silently producing
gora.exe, then ./gora failing since PowerShell expects .\ and the
.exe extension. Fixes 0ctacity#1.
@ata-sesli
ata-sesli merged commit 1e10be1 into 0ctacity:main Aug 8, 2026
3 of 4 checks passed
ata-sesli pushed a commit that referenced this pull request Aug 8, 2026
PowerShell users hit go build -o gora ./cmd/gora silently producing
gora.exe, then ./gora failing since PowerShell expects .\ and the
.exe extension. Fixes #1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README build command doesn't mention .exe extension on Windows

2 participants