diff --git a/Makefile b/Makefile index f28089e..a33a720 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ FILENAME = getvods all: $(info modify the Makefile with the directory you wish to place the script in) - $(info default is $(INSTALLDIR)) + $(info default is /usr/bin) $(info place your client_secret and client_id in ~/.config/getvods) $(info run make install as root to install the script at $(INSTALLDIR)/$(FILENAME) when you're ready) $(info run make uninstall as root to remove script)