Skip to content

Commit a1c530d

Browse files
authored
Merge pull request #41 from metafacture/TobiasNx-patch-1
2 parents 69cc4a1 + cfccd60 commit a1c530d

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

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 <code>java -version</code> 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>

getting-started.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,18 @@ For a tutorial, see [metafacture-tutorial](https://metafacture.github.io/metafac
1616

1717
## Command line
1818

19-
To use Metafacture as a command-line tool, download the latest Metafacture release from our [releases page](https://github.com/metafacture/metafacture-core/releases). Extract the downloaded archive and change into the newly created directory (e.g. `cd metafacture-runner-0.4.0`). Run a Flux workflow with:
19+
Check if Java 11 or higher is installed with `java -version` in your terminal. If not, install Java 11 or higher.
2020

21-
`$ ./bin/metafix-runner /path/to/your.flux` on Unix/Linux/Mac or
22-
`$ ./bin/metafix-runner.bat /path/to/your.flux` on Windows.
21+
To use Metafacture as a command-line tool, download the latest Metafacture release from our [releases page](https://github.com/metafacture/metafacture-core/releases).
22+
23+
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
24+
25+
The code below assumes you moved the resulting folder to your home directory and renamed it to "metafacture".
26+
27+
Run a Flux workflow with:
28+
29+
`$ ./metafacture/flux.sh /path/to/your.flux` on Unix/Linux/Mac or
30+
`$ ./metafacture/flux.bat /path/to/your.flux` on Windows.
2331

2432
To get started, you can export a workflow from the Playground (last button, !["Export Workflow"](img/export.png)).
2533

0 commit comments

Comments
 (0)