Skip to content

Commit

Permalink
Merge pull request #20 from uyjulian/improve_docs_20240804
Browse files Browse the repository at this point in the history
docs: Use new links for getting started and community
  • Loading branch information
uyjulian authored Aug 5, 2024
2 parents 0cb56e8 + 59abc41 commit fe2e29e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@

# ps2toolchain-dvp

This program will automatically build and install a DVP compiler, which is 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 a DVP compiler, which is used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.

## What these scripts do

Expand All @@ -29,3 +33,8 @@ export PATH=$PATH:$PS2DEV/dvp/bin
```
4. Run toolchain.sh
`./toolchain.sh`

## Community

Links for discussion and chat are available
[here](https://ps2dev.github.io/#community).

0 comments on commit fe2e29e

Please sign in to comment.