diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-29 15:37:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-29 15:37:55 +0100 |
commit | 8b424e195058dd1825c4a03304487860a3f73502 (patch) | |
tree | 4160515514412b398cbed96fb09a0596569832ac | |
parent | 8b17eeac11b009e8ab7715aac0b56fbea555df59 (diff) | |
download | nomad-driver-nix2-8b424e195058dd1825c4a03304487860a3f73502.tar.gz nomad-driver-nix2-8b424e195058dd1825c4a03304487860a3f73502.zip |
Fix requirements in readme
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,8 +8,9 @@ Partially based on [`nomad-driver-nix`](https://github.com/input-output-hk/nomad Requirements ------------------- -- [Go](https://golang.org/doc/install) v1.18 or later (to compile the plugin) -- [Nomad](https://www.nomadproject.io/downloads.html) v0.9+ (to run the plugin) +- [Go](https://golang.org/doc/install) v1.19 or later (to compile 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 ------------------- |