Skip to content

Commit

Permalink
Add some installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Sep 9, 2017
1 parent 9bdbfb0 commit 480fd91
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ while (my $line = linenoise '> ').defined {

This module provides bindings to linenoise ([https://github.com/antirez/linenoise](https://github.com/antirez/linenoise)) for Perl 6 via NativeCall.

# Installation

You can install via zef:

```
$ zef install Linenoise
```

Note that since this module has binary components, you'll need a working C compiler. Everything you need can be found under the `build-essential` package
on Debian-based Linux distributions, such as Ubuntu.

# Examples

## Basic History
Expand Down

0 comments on commit 480fd91

Please sign in to comment.