diff options
author | Brian Dawn | 2021-06-05 16:50:34 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-06 01:49:17 +0000 |
commit | ae105812d6c7ec20220d78d453f614438fbc5ba4 (patch) | |
tree | a548bf044037793ad63b2108f90f417f7c70acd7 /book | |
parent | 255598a2cb871ffc6cb3cc07a464acdd6e4d8293 (diff) |
Apply suggestions from code review
Co-authored-by: Ivan Tham <pickfire@riseup.net>
Diffstat (limited to 'book')
-rw-r--r-- | book/src/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/install.md b/book/src/install.md index 8cbff1a5..0a08af8c 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -36,7 +36,7 @@ Now copy the `runtime/` directory somewhere. Helix will by default look for the runtime inside the same folder as the executable, but that can be overriden via the `HELIX_RUNTIME` environment variable. -If you want to bake the `runtime/` directory into the Helix binary you can build +If you want to embed the `runtime/` directory into the Helix binary you can build it with: ``` |