Skip to content

Commit

Permalink
Fix installation again
Browse files Browse the repository at this point in the history
  • Loading branch information
irskep committed Aug 30, 2024
1 parent a73c171 commit efd28d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/out/gfm/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.dj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efd28d3

Please sign in to comment.