From 11ce506189136068a05fae2c9c67e585d7bb3f84 Mon Sep 17 00:00:00 2001 From: Ondra Pelech Date: Thu, 30 Jul 2015 19:20:10 +0200 Subject: [PATCH] more accurate description how to start the scaffolding process --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a51591..44c418f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ This project can be used to scaffold a prototypical .NET solution including file In order to start the scaffolding process run - $ build.cmd // on windows - $ build.sh // on mono + > build.cmd // on windows + $ ./build.sh // on unix Read the [Getting started tutorial](http://fsprojects.github.io/ProjectScaffold/index.html#Getting-started) to learn more.