ref: 3a9d344655a77e3eb6453fb7e0905afafd9bf969
parent: 4b2b73a2e6d6a4b2c1eccca9e5b52aa5c3d0f094
author: Lisandro Alarcón <aurealinbox@gmail.com>
date: Fri Jun 30 08:40:04 EDT 2023
Change URL
--- a/README.md
+++ b/README.md
@@ -53,16 +53,16 @@
### Windows
```
-git clone https://github.com/allkern/psx
+git clone https://github.com/allkern/psxe
cd psx
./build-deps
./build-win.ps1
```
+On some rare cases, these scripts might not work (PowerShell/Windows bugs). If so, please open an issue on the issues tab with information about your system so we can make sure we cover the maximum amount of systems.
-If `build-win.ps1` fails for whatever reason (*cough* Microsoft *cough*), you can try using the `build-win.bat` (notice the extension) script instead. If this also doesn't work for you, please open an issue on the Issues tab
### Ubuntu
```
-git clone https://github.com/allkern/psx
+git clone https://github.com/allkern/psxe
cd psx
make clean && make
```
@@ -69,7 +69,7 @@
### macOS
```
-git clone https://github.com/allkern/psx
+git clone https://github.com/allkern/psxe
cd psx
./build.sh
```
--
⑨