Fix requirements in readme
This commit is contained in:
parent
8b17eeac11
commit
8b424e1950
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@ Partially based on [`nomad-driver-nix`](https://github.com/input-output-hk/nomad
|
||||||
Requirements
|
Requirements
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- [Go](https://golang.org/doc/install) v1.18 or later (to compile the plugin)
|
- [Go](https://golang.org/doc/install) v1.19 or later (to compile the plugin)
|
||||||
- [Nomad](https://www.nomadproject.io/downloads.html) v0.9+ (to run the plugin)
|
- [Nomad](https://www.nomadproject.io/downloads.html) v1.3 or later (to run the plugin)
|
||||||
|
- [Nix](https://nixos.org/download.html) v2.11 or later (to run the plugin), either through NixOS or installed in root mode
|
||||||
|
|
||||||
Building and using the Nix driver plugin
|
Building and using the Nix driver plugin
|
||||||
-------------------
|
-------------------
|
||||||
|
|
Loading…
Reference in a new issue