From cf9759743c993216925dda2d235cce4d0a3220e9 Mon Sep 17 00:00:00 2001 From: epochryphon Date: Mon, 31 Aug 2026 05:18:05 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a16226..c7e62d4 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This is a lightweight/dependency free C build system built entirely around stand **Example Use** To get started with a fresh project create your directory and run the initialization command. -make init +`make init` Next activate your virtual environment by sourcing the configuration script into your current shell session. -. config/activate (or source config/activate) the former is simply POSIX compliant. +`. config/activate` (or `source config/activate`) the former is simply POSIX compliant. Once you are inside the environment you can run your builds and clean up whenever you want. @@ -27,6 +27,8 @@ Once you are inside the environment you can run your builds and clean up wheneve **Example env_set Commands** You can adjust your toolchain and compiler options dynamically using the `env_set` function while the environment is active. + + Example uses: ``` env_set CC cc