From a5177972dedf91f039cb26c4c8e53d84875107a5 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Mon, 2 Sep 2024 11:42:06 -0300 Subject: [PATCH] docs: add instructions --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba4a21a..a487f68 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# cports in docker +# cports-docker -real +Run [cports](https://github.com/chimera-linux/cports) and build pkgs inside chimera docker image. + +## how? + +- run `generate_config.sh` to set your repo directory correctly +- then run: + +```bash +docker compose run --build --rm cports +``` + +- your cports repo will be in /cports, just do setup normally after that