From 0c30e082a2b543302bb90b27d2613d8fa2c6be11 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Mon, 25 Mar 2024 16:17:32 +0100 Subject: [PATCH] Link to metafacture-tutorial See metafacture-tutorial#1. --- getting-started.html | 1 + getting-started.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/getting-started.html b/getting-started.html index 189e970..cd42bf9 100644 --- a/getting-started.html +++ b/getting-started.html @@ -109,6 +109,7 @@

Playground

The easiest way to get started with Metafacture is the Playground. Take a look at an example and run it by pressing the “Process” button. Check out the other examples (first button, “Load Examples”) for different input sources, transformations, and output formats.

For commands available in the Flux, see the Flux commands documentation.

For functions and usage of the Fix, see the Fix functions and cookbook.

+

For a tutorial, see metafacture-tutorial.

Command line

To use Metafacture as a command-line tool, download the latest metafix-runner from our releases page. Extract the downloaded archive and change into the newly created directory (e.g. cd metafacture-runner-0.4.0). Run a Flux workflow with:

$ ./bin/metafix-runner /path/to/your.flux on Unix/Linux/Mac or $ ./bin/metafix-runner.bat /path/to/your.flux on Windows.

diff --git a/getting-started.md b/getting-started.md index e40fd4f..01c6f74 100644 --- a/getting-started.md +++ b/getting-started.md @@ -12,6 +12,8 @@ For commands available in the Flux, see [the Flux commands documentation](https: 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). +For a tutorial, see [metafacture-tutorial](https://metafacture.github.io/metafacture-tutorial/). + ## Command line 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: