README: fix path to configuration templates

This commit is contained in:
Daniel Micay 2022-01-12 08:43:28 -05:00
parent a2bdb4da27
commit 110126d7f0

View File

@ -191,8 +191,8 @@ choices are not configurable and the allocator remains very security-focused
even with all the optional features disabled.
The configuration system supports a configuration template system with two
standard presets: the default configuration (`configs/default.mk`) and a light
configuration (`configs/light.mk`). Packagers are strongly encouraged to ship
standard presets: the default configuration (`config/default.mk`) and a light
configuration (`config/light.mk`). Packagers are strongly encouraged to ship
both the standard `default` and `light` configuration. You can choose the
configuration to build using `make VARIANT=light` where `make VARIANT=default`
is the same as `make`. Non-default configuration templates will build a library