Skip to content

Commit

Permalink
doc(example): modify shebang to accommodate nix users (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ys5g authored Jan 5, 2025
1 parent 251d394 commit 5527c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simple dialog example to get a `no`/`yes` answer.
:::code-group

```tsx [dialog.ts]
#!/usr/bin/ags run
#!/usr/bin/env -S ags run
import { App, Astal, Gtk, Gdk } from "astal/gtk3"

const { TOP, BOTTOM, LEFT, RIGHT } = Astal.WindowAnchor
Expand Down

0 comments on commit 5527c3c

Please sign in to comment.