README.md in totrello-0.0.6 vs README.md in totrello-0.0.7

- old
+ new

@@ -1,6 +1,7 @@ [![Build Status](https://travis-ci.org/whatisinternet/ToTrello.svg?branch=master)](https://travis-ci.org/whatisinternet/ToTrello) +[![Gem Version](https://badge.fury.io/rb/totrello.svg)](http://badge.fury.io/rb/totrello) # Totrello TODO: Turns Todo items into Trello cards ## Notes @@ -17,21 +18,24 @@ $ gem install totrello ## Usage - + You must define TRELLO_DEVELOPER_PUBLIC_KEY & TRELLO_MEMBER_TOKEN - + Generate your TRELLO_DEVELOPER_PUBLIC_KEY at: [https://trello.com/1/appKey/generate](https://trello.com/1/appKey/generate) - + Generate your TRELLO_MEMBER_TOKEN at: https://trello.com/1/authorize?key=[TRELLO_DEVELOPER_PUBLIC_KEY]&name=ToTrelloGem&expiration=never&response_type=token&scope=read,write +### You must define TRELLO_DEVELOPER_PUBLIC_KEY & TRELLO_MEMBER_TOKEN +Generate your TRELLO_DEVELOPER_PUBLIC_KEY at: [https://trello.com/1/appKey/generate](https://trello.com/1/appKey/generate) +Generate your TRELLO_MEMBER_TOKEN at: https://trello.com/1/authorize?key=[TRELLO_DEVELOPER_PUBLIC_KEY]&name=ToTrelloGem&expiration=never&response_type=token&scope=read,write + $ export TRELLO_DEVELOPER_PUBLIC_KEY='[Your key here]' $ export TRELLO_MEMBER_TOKEN='[Your key here]' + +### To Index the current working folder and create trello cards for it - ### To Index the current working folder and create trello cards for it $ ToTrello - ### To index and create cards for another folder +### To index and create cards for another folder + $ ToTrello [some other folder with full path] ## Contributing 1. Fork it ( https://github.com/whatisinternet/totrello/fork )