Skip to content

Commit 1d833d4

Browse files
Docs: Apply review suggestions for CONCOREPATH and concore.repo descriptions
1 parent 3a44dbd commit 1d833d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CONFIG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# concore Configuration Reference
22

3-
This document describes the configuration files used by `mkconcore.py` to locate compilers, runtimes, and Docker settings. All config files are read from `CONCOREPATH` — the directory containing `concore.py`.
3+
This document describes the configuration files used by `mkconcore.py` to locate compilers, runtimes, and Docker settings. All config files are read from `CONCOREPATH` — the resolved concore install directory (usually the directory containing `concore.py`).
44

55
## How CONCOREPATH Is Resolved
66

@@ -173,7 +173,7 @@ When `mkconcore.py` resolves a tool path, the following precedence applies (high
173173

174174
1. **`concore.tools` file** — overrides everything for compiler/runtime paths
175175
2. **`concore.sudo` file** — overrides `DOCKEREXE` for Docker executable
176-
3. **`concore.repo` file** — overrides `DOCKEREPO` for Docker repository
176+
3. **`concore.repo` file** — overrides the hardcoded default Docker repository prefix (for example, `markgarnold`)
177177
4. **Environment variables** (`CONCORE_*`, `DOCKEREXE`) — initial defaults
178178
5. **Hardcoded defaults**`g++`, `python3`, `iverilog`, `octave`, `docker`, etc.
179179

0 commit comments

Comments
 (0)