Skip to content

Commit b52a7e6

Browse files
authored
Update version numbers in readme
1 parent 4b6e980 commit b52a7e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Standalone commandline applications for working with Flux and Metamorph scripts
44

55
## Quickstart ##
66

7-
1. Download the latest distribution package from [the metafacture-runner/releases](https://github.com/culturegraph/metafacutre-runner/releases) page. Make sure that you do download a distribution package and _not_ a source code package. The latest distribution package is [metafacture-runner 3.1.1](https://github.com/culturegraph/metafacture-runner/releases/download/metafacture-runner-3.1.1/metafacture-runner-3.1.1-dist.tar.gz).
7+
1. Download the latest distribution package from [the metafacture-runner/releases](https://github.com/culturegraph/metafacutre-runner/releases) page. Make sure that you do download a distribution package and _not_ a source code package. The latest distribution package is [metafacture-runner 4.0.0](https://github.com/culturegraph/metafacture-runner/releases/download/metafacture-runner-4.0.0/metafacture-runner-4.0.0-dist.tar.gz).
88
2. Extract the downloaded archive:
99
```bash
10-
$ tar xzf metafacture-runner-3.1.1-dist.tar.gz
10+
$ tar xzf metafacture-runner-4.0.0-dist.tar.gz
1111
```
1212
This will create a new directory containing a ready-to-use metafacture distribution.
1313
3. Change into the newly created directory:
1414
```bash
15-
$ cd metafacture-runner-3.1.1
15+
$ cd metafacture-runner-4.0.0
1616
```
1717
4. Run one of the example scripts:
1818
```bash

0 commit comments

Comments
 (0)