From 7ea3b490d68ab9693792057a7a6f7129fe958172 Mon Sep 17 00:00:00 2001 From: zawz Date: Fri, 21 Aug 2020 10:35:20 +0200 Subject: [PATCH] Minor doc fixes --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 73a7a32..e6a4096 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,11 @@ Requirements: Optional: - pixz/pigz (faster compression/decompression) -- shfmt (minimize zpkg on compile) ### Installing ```shell -wget https://zpkg.zawz.net/install.sh -sh install.sh +wget -qO- https://zpkg.zawz.net/install.sh | sh ``` > By default the config is installed to /etc/zpkg > This can be changed with the -c option @@ -34,7 +32,7 @@ If you wish to use another repository, substitute `zpkg.zawz.net` for your desir ```shell zpkg remove $(zpkg list) -sudo rm -rd /etc/zpkg +sudo rm -r /etc/zpkg ``` ### Using @@ -55,11 +53,13 @@ You need to be able to SSH to the zpkg user, SSH keys are recommended ### Process -1. Write the desired config in `.config`, see `.config.example` +1. Clone this repository -2. Run `make` +2. Write the desired config in `.config`, see `.config.example` -3. Expose the package directory to the HTTP server +3. Run `make` + +4. Expose the package directory to the HTTP server ### Package architecture @@ -92,9 +92,9 @@ You need to be able to SSH to the zpkg user, SSH keys are recommended - Install/Remove/Update packages - Dependency resolution - Config redirection -- User Home capability +- User Home package files -### Non-present functionality +### Absent (and unplanned) functionality - Versions - Multi-repo