Skip to content

Commit 453d8e1

Browse files
committed
Readme: Fix typo in the build command
1 parent 25f86a7 commit 453d8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You'll generally need [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dot
2222
To build, simply run:
2323

2424
```
25-
dotnet build AvaloniaVisualBasic/AvaloniaVisualBasic.Desktop.csproj
25+
dotnet build AvaloniaVisualBasic.Desktop/AvaloniaVisualBasic.Desktop.csproj
2626
```
2727

2828
If you encounter [Antlr4 errors](https://github.com/BAndysc/AvaloniaVisualBasic6/issues/2), this likely means the `Antlr4BuildTasks` library couldn't automatically download Java. Installing Java manually should resolve the issue.

0 commit comments

Comments
 (0)