Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Oct 30, 2024
1 parent b311e2f commit 49d9a84
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
@@ -1,3 +1,23 @@
# devman

A tool for **dev**elopment using pod**man**.

## Install

On the system level, the [`podman`](https://podman.io/) tool is required.
It is available and packaged for a large number of systems.
Please refer to the official manual containing [install instructions](https://podman.io/docs/installation).

### pipx

```
$ pipx install devman
```

### uv

`devman` can be run without installation using the [uv](https://github.com/astral-sh/uv) tool:

```
$ uvx devman
```

0 comments on commit 49d9a84

Please sign in to comment.