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; - - } +*/ ```