Skip to content

Commit

Permalink
Updated README to use campfire tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
queso committed Apr 19, 2011
1 parent 18a40fa commit 3ffcbbd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -77,16 +77,15 @@ Campfire notification is included, because it's what we use. Want Joe
notify your Campfire? Put this in your repo's `.git/config`: notify your Campfire? Put this in your repo's `.git/config`:


[campfire] [campfire]
user = your@campfire.email token = abcd1234
pass = passw0rd
subdomain = whatever subdomain = whatever
room = Awesomeness room = Awesomeness
ssl = false ssl = false


Or do it the old fashion way: Or do it the old fashion way:


$ cd yourrepo $ cd yourrepo
$ git config --add campfire.user chris@ozmm.org $ git config --add campfire.token abcd1234
$ git config --add campfire.subdomain github $ git config --add campfire.subdomain github
etc. etc.


Expand Down

0 comments on commit 3ffcbbd

Please sign in to comment.