Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: nixos installation in readme #165

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ for **CI/CD** development and CLI lovers.
* Windows
* Linux
* MacOS (arm64, amd64)
* NixOS

## Requirements

* [wireguard](https://www.wireguard.com)

## Install zCLI

### Package managers

#### Npm
```
npm i -g @zerops/zcli
```

### Windows
Execute following command in PowerShell
```powershell
Expand All @@ -27,12 +35,14 @@ Execute following command in Terminal
curl -L https://zerops.io/zcli/install.sh | sh
```

### Package managers
### NixOS

- Clone this repository
- `cd zcli` into the root of the cloned repository and run `nix develop`.
- Run `nix build` to build the binary / execuetable of zCli.
- zCLI's binary / execuetable will be present in `./result/bin/zcli`.


#### Npm
```
npm i -g @zerops/zcli
```

Currently, the zCLI is distributed for Linux (x86 & x64 architecture), macOS (x64 & M1 architecture) and Windows (x64 architecture).

Expand Down
Loading