Skip to content

Commit

Permalink
adjust steps to build/run Editor app
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jul 25, 2024
1 parent e502fad commit ee4c18f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ The Editor can be build and launched on Windows, macOS (both tested) and Linux (
dotnet --version
```

3. Clone git repository: https://github.com/friflo/Friflo.Json.Fliox
3. Clone git repository: https://github.com/friflo/Friflo.Engine.ECS

4. Navigate to folder: `./Engine/Editor`
4. Navigate to folder: `./src/apps/Editor`
Assuming you are in the root folder of the git repository.
```cmd
cd ./Engine/Editor
cd ./src/apps/Editor
```

5. Build & Launch with
Expand Down

0 comments on commit ee4c18f

Please sign in to comment.