From 9ffc175706f03d26a6af7ad62af54742a9f54cb8 Mon Sep 17 00:00:00 2001 From: Julian Uy Date: Mon, 5 Aug 2024 00:06:28 -0500 Subject: [PATCH] docs: Use new links for getting started and community --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 047eebc..fab0983 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ # ps2toolchain -This program will automatically build and install the compiler tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system. - ## **ATTENTION** -If you're trying to install in your machine the **WHOLE PS2 Development Environment**, this is **NOT** the repo to use! Instead, you should use instead the [ps2dev](https://github.com/ps2dev/ps2dev "ps2dev") repo. +If you are confused on how to start developing for PS2, see the [getting started](https://ps2dev.github.io/#getting-started) section on the ps2dev main page. + +## Introduction + +This program will automatically build and install the compiler tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system. ## What these scripts do @@ -36,3 +38,7 @@ export PATH=$PATH:$PS2DEV/bin:$PS2DEV/ee/bin:$PS2DEV/iop/bin:$PS2DEV/dvp/bin:$PS ``` 4. Run toolchain.sh `./toolchain.sh` + +## Community + +Links for discussion and chat are available [here](https://ps2dev.github.io/#community).