Skip to content

Commit

Permalink
Merge pull request #160 from VaclavElias/main
Browse files Browse the repository at this point in the history
docs: Reference runtime win-x64 removed
  • Loading branch information
VaclavElias authored Sep 22, 2024
2 parents f0b110a + f6cd585 commit 51d8ee7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/manual/code-only/create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ The following instructions will guide you through creating a new Stride project
```bash
dotnet build
```
or when running for the [first time](../troubleshooting.md) on your computer:
```bash
dotnet build --runtime win-x64
```
1. **Run the Project:** The `dotnet run` command will build (if necessary) and execute your project. Run the following command to start your Stride project:

```
Expand Down

0 comments on commit 51d8ee7

Please sign in to comment.