Skip to content

Commit

Permalink
Updated README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Dec 17, 2024
1 parent b754bad commit 3257242
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ To give this project a quick try on your own machine, just run some of the examp

Download `blaze.jar` to your project directory. If you have `wget` available

wget -O blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1/blaze-lite-1.6.1.jar'
wget -O blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.7.0/blaze-lite-1.7.0.jar'

If you have `curl` available

curl -o blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1/blaze-lite-1.6.1.jar'
curl -o blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.7.0/blaze-lite-1.7.0.jar'

Or simply [download the file in your web browser](https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1/blaze-lite-1.6.1.jar)
Or simply [download the file in your web browser](https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.7.0/blaze-lite-1.7.0.jar)
and save it to your project directory with a name of `blaze.jar`

## Write hello world blaze script in .java
Expand Down Expand Up @@ -336,7 +336,7 @@ the following in your shell

Writing your blaze scripts in an IDE is significantly more productive than trying to write them in a text editor. We
initially tried writing our own IDE plugins to automatically recognize blaze was present, but that proved too difficult
to maintain over IDE versions. As of Blaze v1.6.1+, there is a new simple method to enable IDE support across any
to maintain over IDE versions. As of Blaze v1.7.0+, there is a new simple method to enable IDE support across any
IDE that supports Maven projects.

java -jar blaze.jar --generate-maven-project
Expand Down

0 comments on commit 3257242

Please sign in to comment.