From 5e8b3e422a15d284646bd9f61e324c9ecee6ff83 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 17 Nov 2016 01:16:55 -0500 Subject: [PATCH] doc: Features formatting --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cb0584b..f2b6364 100644 --- a/README.rst +++ b/README.rst @@ -10,11 +10,12 @@ Cross compiling toolchains in Docker images. Features -------- -* Different toolchains for cross compiling. +* Pre-built and configured toolchains for cross compiling. * Most images also contain an emulator for the target system. * Commands in the container are run as the calling user, so that any created files have the expected ownership, (i.e. not root). * Make variables (`CC`, `LD` etc) are set to point to the appropriate tools in the container. -* Recent `CMake `_ and ninja are precompiled. Toolchain files configured for CMake. +* Recent `CMake `_ and ninja are precompiled. +* Toolchain files configured for CMake. * Current directory is mounted as the container's workdir, ``/work``. * Works with the `Docker Toolbox `_ on Mac OSX.