From 9424c591cd1a4299fa4ee6be900d309288ec6944 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 14 Dec 2019 19:55:45 +0100 Subject: Make link to Kconfig tips page easier to spot Move it into the step-by-step getting started instructions. --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index dfe6cab..1a65817 100644 --- a/README.rst +++ b/README.rst @@ -179,7 +179,9 @@ Getting started 2. Write `Kconfig `__ - files that describe the available configuration options. + files that describe the available configuration options. See `this page + `__ for some + general Kconfig advice. 3. Generate an initial configuration with e.g. ``menuconfig``/``guiconfig`` or ``alldefconfig``. The configuration is saved as ``.config`` by default. @@ -219,9 +221,6 @@ Getting started Whenever ``.config`` is overwritten, the previous version of the file is saved to ``.config.old`` (or, more generally, to ``$KCONFIG_CONFIG.old``). -For some general Kconfig advice, see `this page -`__. - Using ``.config`` files as Make input ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3