diff --git a/docs/out/gfm/installation.md b/docs/out/gfm/installation.md index 3f3d13a..1fd938a 100644 --- a/docs/out/gfm/installation.md +++ b/docs/out/gfm/installation.md @@ -10,7 +10,8 @@ # Installation I know I promised you a single-binary distribution, but since I haven’t -actually released Djockey yet, you’ll need to run it with `npx`: +gotten around to writing the scripts to create it, you’ll need to run it +with `npx`: ``` sh npx djockey path/to/docs diff --git a/docs/src/installation.dj b/docs/src/installation.dj index 654f4c4..9c497eb 100644 --- a/docs/src/installation.dj +++ b/docs/src/installation.dj @@ -3,7 +3,7 @@ order: 0 --- # Installation -I know I promised you a single-binary distribution, but since I haven't actually released Djockey yet, you'll need to run it with `npx`{.language-sh}: +I know I promised you a single-binary distribution, but since I haven't gotten around to writing the scripts to create it, you'll need to run it with `npx`{.language-sh}: ```sh npx djockey path/to/docs