Skip to content

Commit

Permalink
Document shebang deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benwaffle committed Mar 23, 2024
1 parent 3b5fe94 commit 0b02029
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,16 @@ endif
```
- Run `Tools > LSP > Enable Language Server Globally... > vala-language-server`

## Specifying dependencies

If you're using meson, vala-language-server will automatically detect the packages you depend on.

If you just want to write a quick script without a build system, you can add a shebang line to the top of your .vala file:

```c
#!/usr/bin/env -S vala --pkg gtk4
```

## Contributing
Want to help out? Here are some helpful resources:

Expand Down

0 comments on commit 0b02029

Please sign in to comment.