Skip to content

Commit

Permalink
include dollar prefix on example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Jan 22, 2024
1 parent f0f3608 commit dd8c406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Then run a few example sketches, particularly ones like:

```
# uses opengl renderer
clojure -M -m quil-sketches.gen-art.26-sphere
$ clojure -M -m quil-sketches.gen-art.26-sphere
# uses p3d renderer
clojure -M -m quil-sketches.gen-art.28-cloud-cube
$ clojure -M -m quil-sketches.gen-art.28-cloud-cube
```

As they use bindings that verify that JOGL is bundled correctly.
Expand Down

0 comments on commit dd8c406

Please sign in to comment.