From 3b50e825c36a4930871746cd51d6c8e63873d929 Mon Sep 17 00:00:00 2001 From: Brad Chamberlain Date: Thu, 21 Sep 2023 16:04:22 -0700 Subject: [PATCH] Clarify that "stripped-down" does not mean "fast" in QUICKSTART instructions --- Signed-off-by: Brad Chamberlain --- doc/rst/usingchapel/QUICKSTART.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/rst/usingchapel/QUICKSTART.rst b/doc/rst/usingchapel/QUICKSTART.rst index 092815d561c9..d6171f9d3bb4 100644 --- a/doc/rst/usingchapel/QUICKSTART.rst +++ b/doc/rst/usingchapel/QUICKSTART.rst @@ -10,11 +10,11 @@ understand Chapel's configuration options, build process, and installation more thoroughly, please refer to :ref:`readme-chplenv` and :ref:`readme-building` instead. -These instructions first have you build a minimal, stripped-down -version of Chapel to reduce build times and the potential for -third-party portability issues. Once you are interested in a -full-featured version of Chapel, refer to -:ref:`using-a-more-full-featured-chapel` below. +These instructions first have you build a minimal, low-performance +configuration of Chapel to reduce build times and the potential for +third-party portability issues. Once you are interested in getting +better performance or using a full-featured version of Chapel, refer +to :ref:`using-a-more-full-featured-chapel` below. 0) See :ref:`readme-prereqs` for information about system tools and