aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-09-21 23:49:20 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-09-21 23:49:20 +0200
commit5746b6ef9df16447d78e77d00ad21a4dba0fe169 (patch)
treef749fc834da08660d878d0319a932e33dcc56a23 /README.md
parentf2e946cc0f9730c0da56aae533b3429a0381003e (diff)
downloadpsn00bsdk-5746b6ef9df16447d78e77d00ad21a4dba0fe169.tar.gz
Bump GCC to 12.2.0, update docs and installation guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 29e73a0..e4a2d15 100644
--- a/README.md
+++ b/README.md
@@ -85,14 +85,19 @@ As of March 28, 2022
## Obtaining PSn00bSDK
-Prebuilt PSn00bSDK packages for Windows and Linux are available through GitHub
-Actions which includes the libraries, a copy of the GCC MIPS toolchain, command
-line tools, examples and documentation. CMake is **not** included and must be
+Prebuilt PSn00bSDK packages for Windows and Linux are available on the releases
+page and include the libraries, a copy of the GCC MIPS toolchain, command-line
+tools, examples and documentation. CMake is **not** included and must be
installed separately, either from [its website](https://cmake.org/download) or
via MSys2 or your distro's package manager.
-See [installation.md](doc/installation.md) for a quick start guide and for
-details on how to build the SDK yourself.
+The releases can be installed by simply extracting the archives into any
+directory and adding the `bin` subfolder to the `PATH` environment variable.
+`share/psn00bsdk/template` contains a barebones example project that can be
+used as a starting point.
+
+For more information on how to get started, or if you wish to build the SDK
+yourself from source instead, refer to [installation.md](doc/installation.md).
## Examples