diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-04-02 21:28:33 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-04 11:47:24 +0900 |
commit | 7473503d2ff2711815ffdeab762d55ed89cd9173 (patch) | |
tree | 585061897a4fa462cd765d8b45646e790935dec7 /content/docs/includes | |
parent | 6592608d3ca9353ded2c18b92969760a24a8a727 (diff) |
Fix broken sentence
Diffstat (limited to 'content/docs/includes')
-rw-r--r-- | content/docs/includes/install_gvisor.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index 800f915dc..27d8659bc 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -10,9 +10,9 @@ Older builds can also be found here: With corresponding SHA512 checksums here: `https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc.sha512` -**It is important to copy this binary to some place that is accessible to all -users, and make is executable to all users**, since `runsc` executes itself as -user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is +**It is important to copy this binary to a location that is accessible to all +users, and make sure it is executable to all users**, since `runsc` executes itself +as user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is a good place to put the `runsc` binary. ```bash |