From 110126d7f0f6fc6dca444fd436d0858632463f33 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 12 Jan 2022 08:43:28 -0500 Subject: [PATCH] README: fix path to configuration templates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 394cc73..99891da 100644 --- a/README.md +++ b/README.md @@ -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