From 7a848416f71c481063da7fc005342d07e49718cd Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Sat, 1 Mar 2025 03:05:59 +0600 Subject: [PATCH] docs: update 'Building via Docker' section Signed-off-by: Nikita Pivkin --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 57fd221ef..650451091 100644 --- a/README.md +++ b/README.md @@ -249,20 +249,13 @@ makepkg -si #### Building via Docker -You can build `c3c` using either an Ubuntu 18.04 or 20.04 container: +You can build `c3c` using an Ubuntu container. By default, the script will build through Ubuntu 22.04. You can specify the version by passing the `UBUNTU_VERSION` environment variable. ``` -./build-with-docker.sh 18 +UBUNTU_VERSION=20.04 ./build-with-docker.sh ``` -Replace `18` with `20` to build through Ubuntu 20.04. - -For a release build specify: -``` -./build-with-docker.sh 20 Release -``` - -A `c3c` executable will be found under `bin/`. +See the `build-with-docker.sh` script for more information on other configurable environment variables. #### Installing on OS X using Homebrew