Skip to content

Commit

Permalink
Merge pull request #787 from CleverCloud/setup-systems/reintroduce-nix
Browse files Browse the repository at this point in the history
docs(setup-systems): reintroduce nix
  • Loading branch information
hsablonniere authored Jul 1, 2024
2 parents af4d0b2 + d79fb07 commit 8b097a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Clever Tools

Deploy on Clever Cloud and control you applications, add-ons, services from command line.
Deploy on Clever Cloud and control your applications, add-ons, services from command line.

- [Create a Clever Cloud account](https://console.clever-cloud.com)

Expand Down
5 changes: 5 additions & 0 deletions docs/setup-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Clever Cloud CLI is based on Node.js. We thought it to be easily available on an
- [Chocolatey](/docs/setup-systems.md#chocolatey)
- [Binary (.zip)](/docs/setup-systems.md#binary-zip)
- [Docker](/docs/setup-systems.md#docker)
- [Nix package manager](/docs/setup-systems.md#nix-package-manager)

## GNU/Linux

Expand Down Expand Up @@ -144,3 +145,7 @@ In your `Dockerfile` copy `clever-tools` from the image itself with a simple one
```Dockerfile
COPY --from=clevercloud/clever-tools /bin/clever /usr/local/bin/clever
```

## Nix package manager

If you are using Nix on NixOS or any other compatible system, the package is available in `unstable` channel. Follow [these instructions](https://search.nixos.org/packages?channel=unstable&show=clever-tools&from=0&size=50&sort=relevance&type=packages&query=clever-tools).

0 comments on commit 8b097a0

Please sign in to comment.