Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 authored Aug 27, 2024
1 parent 4977bd2 commit 2bbdb89
Showing 1 changed file with 15 additions and 5 deletions.
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

0 comments on commit 2bbdb89

Please sign in to comment.