diff --git a/Makefile b/Makefile index 61c2c43..56827d4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ help: ## Show this help @sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST) | column -tl 2 .PHONY: install -install: ## Symlinks files in root/ to real root +install: ## Installs files in root/ to real root sudo ./makepac/install.sh .PHONY: sd-reload diff --git a/README.md b/README.md index 6becdef..1e20fc5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Cloning from other user Usage ----- - ❯ make help + ❯ make help makepac -------- Simple configuration manager @@ -48,7 +48,7 @@ Usage See https://gitlab.com/balki/makepac for usage help: Show this help - install: copies files in root/ to real root with same permissions + install: Installs files in root/ to real root sd-reload: Run this after editing systemd service/timer files sd-users: Run this after adding new users save-perms: Saves the file permissions to ./acl. Run this after adding new files with correct permissions