Skip to content

Commit 347129b

Browse files
committed
Update user_quide.md
1 parent ec6edfe commit 347129b

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

Doc/user_quide.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# User Guide
22

3-
#### This program is developed using Windows, thus it is recommended to use it. To test the program on Linux or Mac, follow the installation instructions below.
3+
#### This program is developed for Windows
4+
<!-- This program is developed using Windows, thus it is recommended to use it. To test the program on Linux or Mac, follow the installation instructions below. -->
45

5-
## Installation to Linux, Mac or Windows
6+
## Install and run on Windows
67

78
1. Choose correct OS, download latest [dotnet SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) and install it.
89

@@ -13,15 +14,20 @@ git clone https://github.com/opturtio/PathFinder.git
1314

1415
3. Navigate to the project directory:
1516
```bash
16-
cd PathFinder/PathFinder
17+
cd PathFinder/PathFinder2D
1718
```
1819

1920
4. Build the project:
2021
```bash
2122
dotnet build
2223
```
2324

24-
5. Run the project:
25+
5. Go to subfolder:
26+
```bash
27+
cd PathFinder2D
28+
```
29+
30+
6. Run the project:
2531
```bash
2632
dotnet run
2733
```

0 commit comments

Comments
 (0)