Skip to content

Commit 384ec0a

Browse files
authored
Update README.md
1 parent 18add4d commit 384ec0a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ Unreal Engine template project(C++) for prototyping. Some plugins have been deac
99
- [GameplayMessageRouter][4]
1010

1111
### 💿 Installation
12-
- Put project folder in `EpicGames/UE_{Version}/Templates`.
12+
- Put project folder in
13+
```
14+
EpicGames/UE_{Version}/Templates
15+
```
16+
1317
- Run submodule command in project folder.
1418
```
1519
git submodule update --init
1620
```
21+
1722
- Populate correct value for `UE5_DIR` in `vars.bat`.
1823

1924
### 🔥 Example .bat Usages

0 commit comments

Comments
 (0)