From 767a68b129977525e5dd5f3892648ecdfd714503 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Sat, 10 Jul 2021 13:42:59 +0200 Subject: [PATCH] Correct linux path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b40a479..185add5 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ unzip psyq-4_7-converted-light.zip ```bash make ``` -By default, this should build the `hello_world` example, and you should now have a `hello_world.ps-exe` file in `C:\psxdev\hello_world`. This a PSX executable that can be run in an emulator like [pcsx-redux](https://github.com/grumpycoders/pcsx-redux/). +By default, this should build the `hello_world` example, and you should now have a `hello_world.ps-exe` file in `./hello_world/`. This a PSX executable that can be run in an emulator like [pcsx-redux](https://github.com/grumpycoders/pcsx-redux/). ### MacOS