mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-15 06:41:21 +00:00
Bumped Raylib dependency
- Added Github CI option to getting started section
This commit is contained in:
parent
017d5ef1a7
commit
21f116b4dc
2 changed files with 14 additions and 8 deletions
18
README.md
18
README.md
|
@ -31,21 +31,27 @@ See [motivation.md](./docs/motivation.md) for motivation and vision.
|
||||||
|
|
||||||
### System Requirements
|
### System Requirements
|
||||||
|
|
||||||
| Platform | Version | Architectures |
|
| Platform | Version | Architectures |
|
||||||
| -------- | ------- | --------------- |
|
| -------- | ------- | ------------- |
|
||||||
| Windows | 10+ | x86_64, aarch64 |
|
| Windows | 10+ | x86_64, ARM |
|
||||||
| Linux | 3.16+ | x86_64 |
|
| Linux | 3.16+ | x86_64 |
|
||||||
| macOS | 11.0+ | x86_64, aarch64 |
|
| macOS | 11.0+ | x86_64, ARM |
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
1. **Clone the Repository**:
|
1. **Clone the Repository**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/tonytins/mysimulation.git
|
git clone https://github.com/simtactics/mysimulation.git
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or, if you have the [Github CLI](https://cli.github.com/)...
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gh repo clone simtactics/mysimulation
|
||||||
|
```
|
||||||
|
|
||||||
2. **Navigate to the Repository**:
|
2. **Navigate to the Repository**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
// internet connectivity.
|
// internet connectivity.
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.@"raylib-zig" = .{
|
.@"raylib-zig" = .{
|
||||||
.url = "https://github.com/tonytins/raylib-zig/archive/refs/tags/v5.1.103-dev.tar.gz",
|
.url = "https://github.com/tonytins/raylib-zig/archive/refs/tags/v5.1.104-dev.tar.gz",
|
||||||
.hash = "1220f48ef45b22a393da16f3210b61b87ad9b65d215d02c51189861a57a1b4290059",
|
.hash = "12209530dc7475f8095a729a46082093578911b74d1cfde28802954fe23de1be411c",
|
||||||
},
|
},
|
||||||
.clap = .{
|
.clap = .{
|
||||||
.url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.8.0.tar.gz",
|
.url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.8.0.tar.gz",
|
||||||
|
|
Loading…
Add table
Reference in a new issue