Update README.md

This commit is contained in:
2026-08-31 05:18:05 +02:00
parent 12f59de385
commit cf9759743c

View File

@@ -4,11 +4,11 @@ This is a lightweight/dependency free C build system built entirely around stand
**Example Use** **Example Use**
To get started with a fresh project create your directory and run the initialization command. 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. 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. 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** **Example env_set Commands**
You can adjust your toolchain and compiler options dynamically using the `env_set` function while the environment is active. You can adjust your toolchain and compiler options dynamically using the `env_set` function while the environment is active.
Example uses: Example uses:
``` ```
env_set CC cc env_set CC cc