From 9b53611107964bf3d08fc68992a36a2cd88ada57 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Wed, 14 Dec 2022 14:44:13 -0500 Subject: [PATCH] Fix help doc --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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