README.markdown in pgit-0.0.2 vs README.markdown in pgit-0.0.3

- old
+ new

@@ -1,7 +1,9 @@ # PGit +![Travis CI Build](https://travis-ci.org/Edderic/pgit.svg?branch=master) +[![Code Climate](https://codeclimate.com/github/Edderic/pgit/badges/gpa.svg)](https://codeclimate.com/github/Edderic/pgit) ## Example Usage Assuming that: - you have a project that uses Pivotal Tracker and Git that is listed under ~/.pgit.rc.yml - your working directory is in that project, @@ -14,19 +16,29 @@ will create a branch for you named `implement-really-cool-feature-10102004` ## Installation -1. Install via RubyGems: +* Install via RubyGems: ``` $ gem install pgit ``` -2. Setup configuration file: +* Setup configuration file: ``` $ pgit install ``` -This will generate a YAML file under `~/.pgit.rc.yml`. Edit that file to add information about projects that you're working on. Each project needs a project `id`, Pivotal Tracker `api_token`, and `path` +This will generate a YAML file under `~/.pgit.rc.yml`. Edit that file to add +information about projects that you're working on. Each project needs a +project `id`, Pivotal Tracker `api_token`, and `path`. +The `api_token` can be found here: https://www.pivotaltracker.com/profile + +The project id is in the URL when visiting a project (i.e. +https://pivotaltracker.com/projects/12345678) + + +## Development +See https://www.pivotaltracker.com/n/projects/1228944 for information.