From a6c8eb5bce2343fb6da33b81985051fce7b240f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Sobczy=C5=84ski?= <32263891+h4570@users.noreply.github.com> Date: Wed, 24 Aug 2022 23:00:48 +0200 Subject: [PATCH] Update README.MD --- docs/install/README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/README.MD b/docs/install/README.MD index ba2237e0..f7b46467 100644 --- a/docs/install/README.MD +++ b/docs/install/README.MD @@ -11,7 +11,7 @@ --- ## Steps: -1. Download [intellisense package](http://apgcglz.cluster028.hosting.ovh.net/tyra/ps2dev-intellisense.rar) and unzip it somewhere in your computer. +1. Download [intellisense package](https://github.com/h4570/tyra/releases) and unzip it somewhere in your computer. 2. Open terminal in your favourite repositories directory and execute: ``` docker pull h4570/tyra @@ -22,4 +22,4 @@ git clone https://github.com/h4570/tyra.git 5. In `c_cpp_properties.json` fix all `YOUR-INTELLISENSE-PATH` with path from point 2. 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) 7. Click `CTRL+SHIFT+P`, type `Tasks: Run build task` -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` \ No newline at end of file +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`