Skip to content

Commit

Permalink
Make the setup command slightly more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed May 22, 2008
1 parent 78c01a7 commit 7a9cdfb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.txt
Expand Up @@ -13,15 +13,21 @@ Make journal and status entries in 37signals' Backpack.

== SYNOPSIS:

# NOTE: I usually alias to 'bpj'
backpack-journal setup <user-id> <user-token>
# user-id is your NUMERIC user ID. Check your URL, e.g.,
# http://something.backpackit.com/users/31415926/edit

backpack-journal setup <user-id> <api-token>

# I've aliased 'bpj', 'cause I'm lazy.
backpack-journal status "Messing with backpack-journal!"

backpack-journal entry "Got my daily dose of awesome."

== INSTALL:

# NOTE: because of gem weirdness, you may have to manually install
# backpack-journal's dependencies, thor and hoe.

sudo gem install jbarnette-backpack-journal --source=http://gems.github.com

== LICENSE:
Expand Down

0 comments on commit 7a9cdfb

Please sign in to comment.