summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2019-04-23 17:45:34 -0700
committerShentubot <shentubot@google.com>2019-04-23 17:46:44 -0700
commit7c9c5fd36dbff21cf255aaf08278729b02613222 (patch)
treebc5f03c007bdb579277612d9ad428c9c92014e14
parent1b10f52d598e41f9ffe3a851da2da746f3d3a47a (diff)
Add Linux version to requirements section
PiperOrigin-RevId: 244959388 Change-Id: Ifb08678d975cf9f694a21012f9a1e9f45b1f197c
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f37f55d2f..cabc2bb71 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ architectures may become available in the future.
Make sure the following dependencies are installed:
+* Linux 4.14.77+ ([older linux][old-linux])
* [git][git]
* [Bazel][bazel] 0.18+
* [Python][python]
@@ -125,6 +126,7 @@ See [Contributing.md](CONTRIBUTING.md).
[gvisor-users-list]: https://groups.google.com/forum/#!forum/gvisor-users
[gvisor-dev-list]: https://groups.google.com/forum/#!forum/gvisor-dev
[oci]: https://www.opencontainers.org
+[old-linux]: https://gvisor.dev/docs/user_guide/networking/#gso
[python]: https://python.org
[rbe]: https://blog.bazel.build/2018/10/05/remote-build-execution.html
[sandbox]: https://en.wikipedia.org/wiki/Sandbox_(computer_security)