Skip to content

Commit ea23159

Browse files
committed
update getting started
1 parent 4007e71 commit ea23159

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/getting_started.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@ omnipackage --check
1313
```
1414

1515
Agent requires `podman` or `docker` as well as few other common Linux programs. It will check their availability upon start and report if anything is missing.
16+
17+
## Building example project
18+
19+
1. Clone [examples](https://github.com/omnipackage/examples) repository
20+
2. `cd examples`
21+
3. `omnipackage build c_makefile`
22+
23+
Now you can install the resulting package. For example, Debian 12:
24+
```shell
25+
sudo dpkg -i /tmp/omnipackage-headless-build/omnipackage-example-c-debian_12/output/omnipackage-example-c_0.0.1-0_amd64.deb
26+
```

0 commit comments

Comments
 (0)