From bf0e76a38ec26a6d5b6f5b4ca26b5968fbc1aa92 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 4 Nov 2017 12:21:55 -0400 Subject: [PATCH] update README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab49eba..f73de44 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,16 @@ the build is from. +## Getting Started + + - you'll need to create the `WORKING_DIR` + - nix-shell + - composer install + - php builder.php + The conspicuously missing config.php looks like: -(you'll need to create the `WORKING_DIR`) + ```php authenticate('githubusername', @@ -56,7 +65,6 @@ function gh_client() { Github\Client::AUTH_HTTP_PASSWORD); return $client; - - } +*/ ```