Skip to content

Commit

Permalink
Add build information
Browse files Browse the repository at this point in the history
  • Loading branch information
lkiesow committed Feb 2, 2024
1 parent 82cde12 commit c51e29f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

Software backend for displays showing the current state of Opencast capture agents.

## Build & Run

Make sure to install Go. This should be something like:

```
❯ dnf install golang
```

Then run the project with:

```
❯ go run main.go
```

…or build a static binary:

```
❯ go build
```

## Example

The display control in action:
Expand Down

0 comments on commit c51e29f

Please sign in to comment.