Skip to content

Commit 75a615c

Browse files
committed
Update README.md
1 parent faed772 commit 75a615c

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,15 @@ The framework itself can be configured inside of `FrameworkConfig.h`
6767

6868
This project is built using [Xmake](https://github.com/xmake-io/xmake). Use the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode) for the best experience.
6969

70-
### Clone Repository
70+
### Install Requirements
71+
- **Xmake**: Follow instructions at [xmake.io](https://xmake.io/guide/quick-start.html#installation)
72+
- **Vcpkg**: For dependency management. Follow instructions at the [vcpkg repo](https://github.com/microsoft/vcpkg)
73+
7174
### Clone Repository
7275

7376
```bash
74-
# Clone with submodules (Git 2.13+)
75-
git clone --recurse-submodules -j8 https://github.com/Omega172/OmegaWare-Framework.git
76-
77-
# Or for older Git versions
78-
git clone --recursive https://github.com/Omega172/OmegaWare-Framework.git
79-
80-
# For already cloned repos
77+
git clone https://github.com/Omega172/OmegaWare-Framework.git
8178
cd OmegaWare-Framework
82-
git submodule update --init --recursive
8379
```
8480

8581
### Build Commands

0 commit comments

Comments
 (0)