diff options
author | Michael Pratt <michael@prattmic.com> | 2019-04-02 11:35:32 -0700 |
---|---|---|
committer | Adin Scannell <adin@scannell.ca> | 2019-04-02 11:35:32 -0700 |
commit | b11221fe7ce7a3620c8145de2d4219ab2b8625b7 (patch) | |
tree | 7fbc67698d2a3e419243ef595334819bfcaba036 | |
parent | e859ab1cef08d0d95b977173c7ab1aef0434a401 (diff) |
Reword to remove duplicate "Linux" (#6)
"Linux x86_64 Linux 3.17+" is wordy. Reword to mention Linux only once.
-rw-r--r-- | content/docs/includes/install_gvisor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index 2db11f179..b8257e2cc 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -1,4 +1,4 @@ -> Note: gVisor requires Linux x86\_64 Linux 3.17+. +> Note: gVisor supports only x86\_64 and requires Linux 3.17+. The easiest way to get `runsc` is from the [latest nightly build][latest-nightly]. After you download the binary, check it against the |