aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-11-29 15:37:55 +0100
committerAlex Auvolat <alex@adnab.me>2022-11-29 15:37:55 +0100
commit8b424e195058dd1825c4a03304487860a3f73502 (patch)
tree4160515514412b398cbed96fb09a0596569832ac
parent8b17eeac11b009e8ab7715aac0b56fbea555df59 (diff)
downloadnomad-driver-nix2-8b424e195058dd1825c4a03304487860a3f73502.tar.gz
nomad-driver-nix2-8b424e195058dd1825c4a03304487860a3f73502.zip
Fix requirements in readme
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e99834..7c8a465 100644
--- a/README.md
+++ b/README.md
@@ -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
-------------------