From bcfcf812992421e2785b98d402958208177d9bb0 Mon Sep 17 00:00:00 2001 From: Ayush Yadav <57079688+acidicneko@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:42:04 +0530 Subject: [PATCH] add: gitman based installation instruction --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d91572..2677804 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,14 @@ It is still very usable and can be used in general development. One line installation ``` curl -L https://bit.ly/3CTBfOk > install.sh && bash install.sh && rm install.sh -``` \ No newline at end of file +``` +Zeta is also [GitMan](https://github/acidicneko/gitman) compatible. +Append the following block to `packages` array in `~/.config/gitman/packages.conf` to install Zeta +```json + { + "name": "zeta", + "repo": "acidicneko/zeta", + "branch": "main", + "type": "commit" + } +```