From 77adcf52a614f9c209edefb3e7045947230a3187 Mon Sep 17 00:00:00 2001 From: Wolfe Date: Fri, 16 Aug 2024 14:59:46 -0700 Subject: [PATCH] match internal --- README.md | 2 +- readme/tutorial/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 984f9f9f..00b9a3a0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Currently, only dx12 code generation is available in this public version of Gigi Cloning this repo and then building gigi.sln is all that is needed to build Gigi Editor, Viewer and Compiler. -To use prebuilt binaries, go to the releases tab https://github.com/electronicarts/gigi/releases/. You can either download the .zip file, and extract that to the location of your choice, or you can download and run the installer exe +To use prebuilt binaries, go to the releases tab https://github.com/electronicarts/gigi/releases/. You can either download the .zip file, and extract that to the location of your choice, or you can download and run the installer exe. There will be three executables in the root folder: diff --git a/readme/tutorial/tutorial.md b/readme/tutorial/tutorial.md index 204d84af..a2130593 100644 --- a/readme/tutorial/tutorial.md +++ b/readme/tutorial/tutorial.md @@ -12,7 +12,7 @@ The source code and binaries for Gigi are available at https://github.com/electr To build from source, clone the repo and build gigi.sln in visual studio. I use vs2022, but vs2019 worked as well, last I tried. -To use prebuilt binaries, go to the releases tab https://github.com/electronicarts/gigi/releases/. You can either download the .zip file, and extract that to the location of your choice, or you can download and run the installer exe +To use prebuilt binaries, go to the releases tab https://github.com/electronicarts/gigi/releases/. You can either download the .zip file, and extract that to the location of your choice, or you can download and run the installer exe. ![](releases.png)