Skip to content

Commit a25594b

Browse files
authored
Merge pull request #153 from nicholas477/master
Updated tyra install directions to include downloading assets
2 parents e372660 + 86c0ab7 commit a25594b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/install/README.MD

+7-6
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
docker pull h4570/tyra
1818
git clone https://github.com/h4570/tyra.git
1919
```
20-
3. Open `VSCode` and open previously cloned directory.
21-
4. In `VSCode` open `.vscode/configurations/windows-docker` and copy configuration files into `.vscode/`
22-
5. In `c_cpp_properties.json` fix all `YOUR-INTELLISENSE-PATH` with path from point 2.
23-
6. Click `CTRL+SHIFT+P`, type `Tasks: Run task` and run `Start docker container` - Repeat this step every time you want to start working with Tyra (every reboot)
24-
7. Click `CTRL+SHIFT+P`, type `Tasks: Run build task`
25-
8. Tyra should automatically compile engine, `demo` game and run `PCSX2`. If you want to compile & run tutorials, please change `buildDirectory` in `settings.json` to example `tutorials/01-hello`
20+
3. Download the [assets.zip](https://github.com/h4570/tyra/releases) file and unzip it into the tyra directory
21+
4. Open `VSCode` and open previously cloned directory.
22+
5. In `VSCode` open `.vscode/configurations/windows-docker` and copy configuration files into `.vscode/`
23+
6. In `c_cpp_properties.json` fix all `YOUR-INTELLISENSE-PATH` with path from point 2.
24+
7. Click `CTRL+SHIFT+P`, type `Tasks: Run task` and run `Start docker container` - Repeat this step every time you want to start working with Tyra (every reboot)
25+
8. Click `CTRL+SHIFT+P`, type `Tasks: Run build task`
26+
9. Tyra should automatically compile engine, `demo` game and run `PCSX2`. If you want to compile & run tutorials, please change `buildDirectory` in `settings.json` to example `tutorials/01-hello`

0 commit comments

Comments
 (0)