Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 21, 2025
1 parent 0b898a3 commit 2f59d44
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,16 @@ If you'd like to have more than one script, you can supply it on the command-lin
like so

java -jar blaze.jar path/to/script.[ext]

## Usage for developing blaze extensions

```conf
<dependencies>
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>blaze-core</artifactId>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
```

0 comments on commit 2f59d44

Please sign in to comment.