From efea4f11819b7c03a62c8585f5c9120027a7ce9b Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 11 Sep 2019 23:29:25 -0400 Subject: [PATCH] user guide: Installation: mention marking rscons executable --- doc/user_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/user_guide.md b/doc/user_guide.md index 8fa2cf8..7be4802 100644 --- a/doc/user_guide.md +++ b/doc/user_guide.md @@ -98,7 +98,8 @@ The only dependency required to run Rscons is to have a Ruby interpreter installed. The latest release can be downloaded from [https://github.com/holtrop/rscons/releases](https://github.com/holtrop/rscons/releases). Simply copy the `rscons` executable script into the desired location within -the project to be built (typically the root of the repository). +the project to be built (typically the root of the repository) and mark it +executable. ## Version Control Setup