From 02ef6e08467d4fefa9a118baf043ae5a8610a340 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 23 Jun 2019 17:27:16 -0400 Subject: [PATCH] user guide updates --- doc/user_guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user_guide.md b/doc/user_guide.md index fe034c2..377fb5e 100644 --- a/doc/user_guide.md +++ b/doc/user_guide.md @@ -79,6 +79,7 @@ To use Rscons on your project, you must: 1. Install the `rscons` script in your project (See ${#Installation}). 2. Write the `Rsconscript` build script for your project (See ${#The Build Script}). + 3. Use the `rscons` command in your project (See ${#Command-Line Operation}). #> Installation