Skip to content

Commit

Permalink
Add note about Linenoise in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Mar 26, 2015
1 parent ed71f78 commit d83d759
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -128,6 +128,14 @@ for example `origin/nom..HEAD`.
(Note to the maintainers: you can apply these patches with the
`git-am -s` command; it preserves meta information like author).

## Line editing and tab completion

If you would like simple history and tab completion in the perl6 executable,
you need to install the Linenoise module. The recommended way to install
Linenoise is via [panda](https://github.com/tadzik/panda):

panda install Linenoise

## How the compiler works

See `docs/compiler_overview.pod`.
Expand Down

0 comments on commit d83d759

Please sign in to comment.