Skip to content

Commit

Permalink
Merge pull request #29 from embulk/fix-index-20240712
Browse files Browse the repository at this point in the history
Fix index.html
  • Loading branch information
dmikurube authored Nov 25, 2024
2 parents fad6f45 + 662bb6a commit d414b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>Community</h2>
<h2>Quick Start</h2>

<p>Set up the Java Runtime Environment. Embulk runs on Java. Embulk v0.11 officially supports only Java 8, but expected to work somehow with Java 11, 17, and 21.</p>
<p>Download the latest `embulk-X.Y.Z.jar` from: [GitHub Releases](https://github.com/embulk/embulk/releases)</p>
<p>Download the latest <code>embulk-X.Y.Z.jar</code> from: <a href="https://github.com/embulk/embulk/releases">GitHub Releases</a></p>

<p>Try the following commands. <code>embulk example</code> command generates an example CSV file.</p>
<pre><code>java -jar embulk-X.Y.Z.jar example ./try1
Expand Down

0 comments on commit d414b1d

Please sign in to comment.