diff --git a/README.md b/README.md index e0098ca..4bf4de6 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ If there is no Connection detectable on the apple product. Try: in the Application Folder. If you want to have this permanently, type:
sudo visudo
-and add this to the very end of the file: -
ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/airplayserver"
+and add this to the very end of the file (replace $APPDIR with your location of the application): +
ALL ALL=(ALL:ALL) NOPASSWD: $APPDIR/gnome-script.sh
Now we need the /usr/bin/airplayserver file. Create this file:
sudo nano /usr/bin/airplayserver
and add this content (replace $APPDIR with your location of the application):