Skip to content

Commit 0c30e08

Browse files
committed
Link to metafacture-tutorial
See metafacture-tutorial#1.
1 parent 5039584 commit 0c30e08

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

getting-started.html

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ <h2 id="playground">Playground</h2>
109109
<p>The easiest way to get started with Metafacture is the Playground. Take a look at an <a href="https://metafacture.org/playground/?example=encode-xml">example</a> and run it by pressing the <img src="img/process.png" alt="“Process”" /> button. Check out the other examples (first button, <img src="img/load-exmples.png" alt="“Load Examples”" />) for different input sources, transformations, and output formats.</p>
110110
<p>For commands available in the Flux, see <a href="https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md">the Flux commands documentation</a>.</p>
111111
<p>For functions and usage of the Fix, see <a href="https://github.com/metafacture/metafacture-documentation/blob/master/Fix-function-and-Cookbook.md">the Fix functions and cookbook</a>.</p>
112+
<p>For a tutorial, see <a href="https://metafacture.github.io/metafacture-tutorial/">metafacture-tutorial</a>.</p>
112113
<h2 id="command-line">Command line</h2>
113114
<p>To use Metafacture as a command-line tool, download the latest metafix-runner from our <a href="https://github.com/metafacture/metafacture-fix/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>
114115
<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>

getting-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ For commands available in the Flux, see [the Flux commands documentation](https:
1212

1313
For functions and usage of the Fix, see [the Fix functions and cookbook](https://github.com/metafacture/metafacture-documentation/blob/master/Fix-function-and-Cookbook.md).
1414

15+
For a tutorial, see [metafacture-tutorial](https://metafacture.github.io/metafacture-tutorial/).
16+
1517
## Command line
1618

1719
To use Metafacture as a command-line tool, download the latest metafix-runner from our [releases page](https://github.com/metafacture/metafacture-fix/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:

0 commit comments

Comments
 (0)