fixed typo in Makefile

This commit is contained in:
celso 2023-06-06 00:05:32 -03:00
parent d3d4fd02dd
commit c22a96e877
1 changed files with 1 additions and 1 deletions

View File

@ -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)