Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ The [Cromwell documentation has a dedicated site](https://cromwell.readthedocs.i

First time to Cromwell? Get started with [Tutorials](https://cromwell.readthedocs.io/en/stable/tutorials/FiveMinuteIntro/).

### Build from source

To build Cromwell from this fork:

1. Install Java 17.
2. Install sbt 1.8.2.
3. Run:

```bash
sbt server/assembly
```

The assembled JAR is created under:
`server/target/scala-2.13/cromwell-<version>.jar`

### Community

Thinking about contributing to Cromwell? Get started by reading our [Contributor Guide](CONTRIBUTING.md).
Expand Down