Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 12, 2009
1 parent 96141ae commit 3e32f62
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
@@ -0,0 +1,44 @@
repl-completion
===============

This project contains completion files for use with [repl(1)][0].


Installation
------------

Because `repl` looks for ~/.repl by default, this is the simplest way
to install repl-completion:

cd ~
git clone git://github.com/defunkt/repl-completion.git .repl

Want to update it after you've installed it?

cd ~/.repl
git pull origin master

It's as simple as that.


Contributing
------------

Once you've made your great commits:

1. [Fork][1] repl-completion
2. Create a topic branch - `git checkout -b my_branch`
3. Push to your branch - `git push origin my_branch`
4. Create an [Issue][2] with a link to your branch
5. That's it!


Author
------

Chris Wanstrath :: chris@ozmm.org :: @defunkt


[0]: http://github.com/defunkt/repl#readme
[1]: http://help.github.com/forking/
[2]: http://github.com/defunkt/repl/issues

0 comments on commit 3e32f62

Please sign in to comment.