Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 872 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 872 Bytes

repl-completion

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

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 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 with a link to your branch
  5. That's it!

Author

Chris Wanstrath :: [email protected] :: @defunkt