docs: add agent skill guides and update CMake build instructions

This commit is contained in:
AndreaRigoni
2026-04-17 09:36:24 +00:00
parent c06e9eb34f
commit eaed476614

View File

@@ -18,7 +18,7 @@ This rule provides instructions for building the uLib project using the micromam
```bash ```bash
export MAMBA_EXE="/home/share/micromamba/bin/micromamba" export MAMBA_EXE="/home/share/micromamba/bin/micromamba"
export MAMBA_ROOT_PREFIX="/home/share/micromamba" export MAMBA_ROOT_PREFIX="/home/share/micromamba"
export PRESET="clang-debug" export PRESET="clang-make"
eval "$(${MAMBA_EXE} shell hook --shell bash)" eval "$(${MAMBA_EXE} shell hook --shell bash)"
micromamba activate uLib micromamba activate uLib
``` ```