Skip to content

Commit

Permalink
Fixed build instructions (#53)
Browse files Browse the repository at this point in the history
* Fixed build instructions

Signed-off-by: Janos Bonic <[email protected]>

* Added local folder for Arcaflow execution

Signed-off-by: Janos Bonic <[email protected]>

* Grammar fix

Signed-off-by: Janos Bonic <[email protected]>

---------

Signed-off-by: Janos Bonic <[email protected]>
  • Loading branch information
Janos Bonic committed Mar 3, 2023
1 parent c575289 commit 0c51a96
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

The Arcaflow Engine allows you to run workflows using container engines, such as Docker or Kubernetes. The plugins must be built with the [Arcaflow SDK](https://arcalot.io/arcaflow/creating-plugins/python/).

## Pre-built binaries

If you want to use our pre-built binaries, you can find them in the [releases section](https://github.com/arcalot/arcaflow-engine/releases).

## Building from source

This system requires at least Go 1.18 to run and can be built from source:

```
go build cmd/arcaflow/main.go
go build -o arcaflow cmd/arcaflow/main.go
```

This binary can then be used to run Arcaflow workflows.
Expand Down Expand Up @@ -50,7 +54,7 @@ name: Arca Lot
If you have a local Docker / Moby setup installed, you can run it immediately:
```
arcaflow -input input.yaml
./arcaflow -input input.yaml
```

If you don't have a local Docker setup, you can also create a `config.yaml` with the following structure:
Expand Down

0 comments on commit 0c51a96

Please sign in to comment.