Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku authored Jan 13, 2025
1 parent 273dfe1 commit 305ce7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ Videos: [Soul Calibur](https://www.youtube.com/watch?v=IuY1Qi1YygM) (May 2024),

## Build and Run

Install the correct zig version (see `.zigversion`). You can use [zigup](https://github.com/marler8997/zigup) to manage your installed zig versions.
Install the correct zig version (see `.zigversion`). You can use [zigup](https://github.com/marler8997/zigup) to manage your installed zig versions, or get it from https://machengine.org/docs/nominated-zig/

```sh
zigup 0.14.0-dev.1911+3bf89f55c
```

Make sure [Git LFS](https://git-lfs.com/) is installed (needed by zig-gamedev to get some bundled binaries).

```sh
git clone --recurse-submodules https://github.com/Senryoku/Deecy # Clone the repo and its submodules
cd Deecy
Expand Down

0 comments on commit 305ce7e

Please sign in to comment.