Skip to content
Open
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: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ such as:
Consult the [documentation][docs] for available sub-commands, descriptions and
examples of use.

## Development Requirements
Comment thread
ded-furby marked this conversation as resolved.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[low] naming-convention

Section header Development Requirements uses a noun phrase, while some other sections use gerund forms (Building, Testing, Linting). However, existing sections Demo and Troubleshooting are also noun phrases, so the naming style is already inconsistent in the current README.

Suggested fix: Consider renaming to Prerequisites for brevity, but this is purely stylistic and the existing README already mixes naming conventions.


Before building or testing `ec`, install the following tools:

- Go 1.25.8+ (matching `go.mod`)
Comment thread
ded-furby marked this conversation as resolved.
- Make
- Podman or Docker (for acceptance tests and container-based workflows)
- Node.js 18+ (for `tekton-lint`)

Comment thread
ded-furby marked this conversation as resolved.
On Fedora/RHEL systems, acceptance tests often require Podman to run as a user service.
Use the troubleshooting section below for the required Podman service commands, and
then run the appropriate Building or Testing commands.

## Building

Run `make build` from the root directory and use the `dist/ec` executable, or
Expand Down Expand Up @@ -78,7 +91,7 @@ It is advised to do a reboot afterwards.
To start Podman for the user:

``` bash
$ systemctl enable --user --now podman.socket podman.service
$ systemctl enable --user --now podman.socket
```

#### **2.2. Get localhost:37837: connection reset by peer**
Expand Down
Loading