Skip to content

Commit 574088d

Browse files
committed
Add newly generated html files by GitHub Actions.
1 parent 82087a1 commit 574088d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

getting-started.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,12 @@ <h2 id="playground">Playground</h2>
113113
<p>For functions and usage of the Fix, see <a href="https://metafacture.org/metafacture-documentation/docs/fix/Fix-functions.html">the Fix functions</a> and <a href="https://metafacture.org/metafacture-documentation/docs/fix/Fix-User-Guide.html#cookbook">cookbook</a>.</p>
114114
<p>For a tutorial, see <a href="https://metafacture.github.io/metafacture-tutorial/">metafacture-tutorial</a>.</p>
115115
<h2 id="command-line">Command line</h2>
116-
<p>To use Metafacture as a command-line tool, download the latest Metafacture release from our <a href="https://github.com/metafacture/metafacture-core/releases">releases page</a>. Extract the downloaded archive and change into the newly created directory (e.g. <code>cd metafacture-runner-0.4.0</code>). Run a Flux workflow with:</p>
117-
<p><code>$ ./bin/metafix-runner /path/to/your.flux</code> on Unix/Linux/Mac or <code>$ ./bin/metafix-runner.bat /path/to/your.flux</code> on Windows.</p>
116+
<p>Check if Java 11 or higher is installed with java -version in your terminal. If not, install Java 11 or higher.</p>
117+
<p>To use Metafacture as a command-line tool, download the latest Metafacture release from our <a href="https://github.com/metafacture/metafacture-core/releases">releases page</a>.</p>
118+
<p>Download metafacture-core-$VERSION-dist.tar.gz or the zip version and extract the archive to your choosen folder. In the folder you find the flux.bat and flux.sh</p>
119+
<p>The code below assumes you moved the resulting folder to your home directory and renamed it to “metafacture”.</p>
120+
<p>Run a Flux workflow with:</p>
121+
<p><code>$ ./metafacture/flux.sh /path/to/your.flux</code> on Unix/Linux/Mac or <code>$ ./metafacture/flux.bat /path/to/your.flux</code> on Windows.</p>
118122
<p>To get started, you can export a workflow from the Playground (last button, <img src="img/export.png" alt="“Export Workflow”" />).</p>
119123
<p>To set up IDE support for editing your Flux and Fix files, see <a href="/ide-extensions/index.html">the IDE extensions page</a>.</p>
120124
<h2 id="using-metafacture-as-a-java-library">Using Metafacture as a Java library</h2>

0 commit comments

Comments
 (0)