diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 03:07:01 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 03:07:01 +0200 |
commit | f72316ddd989e581b22d96e2f05b76efd59e092c (patch) | |
tree | 9f4265ac92d54f86730531ad4c1ae4bd882b211b /doc/build.md | |
parent | 11cd204852f665670b5d4271eab86a3d9f5e5624 (diff) |
Improve long command wrapping.
Diffstat (limited to 'doc/build.md')
-rw-r--r-- | doc/build.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build.md b/doc/build.md index d704f71..4a4f80d 100644 --- a/doc/build.md +++ b/doc/build.md @@ -66,9 +66,9 @@ the `CSS` environment variable (the value of which defaults to For instance, use - $ CSS="https://guilhem.org/static/css/bootstrap.min.css" \ - HTML_ROOTDIR="$XDG_RUNTIME_DIR/interimap" \ - make html + $ env CSS="https://guilhem.org/static/css/bootstrap.min.css" \ + HTML_ROOTDIR="$XDG_RUNTIME_DIR/interimap" \ + make html to generate the HTML documentation under directory `$XDG_RUNTIME_DIR/interimap` (which needs to exist) using a remote CSS file. |