From 42c511381e2f1e5efa9efcea03711d36d081ec7f Mon Sep 17 00:00:00 2001 From: kiswa Date: Tue, 6 Oct 2015 09:39:33 -0400 Subject: [PATCH] Make optional step more clear. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a66d9..f6fc6a8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Installing TaskBoard is as easy as 1, 2, (3), 4! 2. Install the PHP dependencies via composer. Open `TaskBoard/` in a terminal and run `./build/composer.phar install` -3. Open `TaskBoard/build/` in a terminal and run `./build-all`. +3. (Optional) Open `TaskBoard/build/` in a terminal and run `./build-all`. 4. Visit the site and log in with the username and password `admin` (and don't forget to change the password once you're in!).