Skip to content

Commit 1f3f5a5

Browse files
committed
Update README with distribution location
1 parent cb43933 commit 1f3f5a5

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,18 @@ Building metafacture-core from source is easy. All you need is git and JDK 8:
7070

7171
1. Clone the metafacture-core repository and change into the directory:
7272

73-
```bash
74-
$ git clone https://github.com/metafacture/metafacture-core.git
75-
$ cd metafacture-core
76-
```
73+
```bash
74+
$ git clone https://github.com/metafacture/metafacture-core.git
75+
$ cd metafacture-core
76+
```
7777

78-
2. Invoke the gradle-wrapper to download Gradle and build metafacture-core:
78+
2. Invoke the gradle-wrapper to download Gradle and build metafacture-core (on Windows call `gradlew.bat install`):
7979

80-
```bash
81-
$ ./gradlew install
82-
```
83-
on Windows call `gradlew.bat install` instead.
80+
```bash
81+
$ ./gradlew install
82+
```
83+
84+
The resulting distribution can be found in `metafacture-core/metafacture-runner/build/distributions/`.
8485

8586
See [Code Quality and Style](https://github.com/metafacture/metafacture-core/wiki/Code-Quality-and-Style) on the wiki for further information on the sources.
8687

0 commit comments

Comments
 (0)