Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Oct 24, 2016
1 parent abd60e8 commit e712832
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions README.md
Expand Up @@ -6,7 +6,8 @@ Audio silence detection using silan (https://github.com/x42/silan)

## Synopsis

```
```perl6

use Audio::Silan;

my $silan = Audio::Silan.new;
Expand Down Expand Up @@ -42,18 +43,8 @@ on Unix-like systems and you can use the appropriate package manager to
install it. If it is not available as a package then it should be possible
to install it from source.

Assuming you have a working perl6 installation you should be able to
install this with *ufo* :

ufo
make test
make install

*ufo* can be installed with *panda* for rakudo:

panda install ufo

Or you can install directly with "panda":
Assuming you have a working Rakudo perl6 installation you should be able to
install this with *panda* :

# From the source directory

Expand All @@ -69,7 +60,7 @@ Other install mechanisms may be become available in the future.

Suggestions/patches are welcomed via github at:

https://github.com/jonathanstowe/Audio-Silan
https://github.com/jonathanstowe/Audio-Silan/issues

It should be borne in mind before reporting an issue that this depends
on the behaviour of silan itself and that is likely that any mis-reporting
Expand All @@ -86,4 +77,4 @@ have an impact.

Please see the LICENCE file in the distribution

(C) Jonathan Stowe 2015, 2016
© Jonathan Stowe 2015, 2016

0 comments on commit e712832

Please sign in to comment.