diff --git a/README.md b/README.md index ad65fee..5104b2e 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,13 @@ SSH into your device, or access the terminal using F4. ```bash mkdir ~/src cd ~/src -git clone https://github.com/bverc/raspidmx +git clone https://github.com/AndrewFromMelbourne/raspidmx cd raspidmx/lib make cd ../pngview make sudo cp pngview /usr/local/bin/ ``` - Note: AndrewFromMelbourne/raspidmx has been replaced with bverc/raspidmx due to added features required by retropie-status-overlay. Will be changed back pending [pull request](https://github.com/AndrewFromMelbourne/raspidmx/pull/31). ## Run RetroPie Status Overlay Install psutil module: diff --git a/install.sh b/install.sh index 73ed1b9..0f4f1cc 100644 --- a/install.sh +++ b/install.sh @@ -250,7 +250,7 @@ echo "Installing pngview by AndrewFromMelbourne" echo -e "${NONE}" echo "--------------------------------------------------" cd $SCRIPTPATH -git clone https://github.com/bverc/raspidmx +git clone https://github.com/AndrewFromMelbourne/raspidmx cd $SCRIPTPATH/raspidmx/lib make cd $SCRIPTPATH/raspidmx/pngview