Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspaulmann authored May 28, 2021
1 parent 29512fd commit 6f42e08
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@ If you still need a dependency, follow these guidelines:
exit 1;
fi
```

### Scripts that require installation of an app

Some Scripts control apps and therefore require them to be installed. Make sure to hint the requirement and add guidance on how to install it at the top of the script:

```
#!/bin/bash
# Note: Plash v2.2.0 required
# Install via Mac App Store: https://apps.apple.com/app/id1494023538
# @raycast.schemaVersion 1
```

### Bash profiles and environmental variables

Expand Down

0 comments on commit 6f42e08

Please sign in to comment.