Skip to content

Commit

Permalink
add: gitman based installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicneko authored Jul 23, 2024
1 parent ce0cbff commit bcfcf81
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```
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"
}
```

0 comments on commit bcfcf81

Please sign in to comment.