From 1fe3e123c13abe8d7f6aa2f3e972444edef92f21 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Mon, 6 Jan 2014 00:28:51 -0500 Subject: [PATCH] tweaks install instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a92af5..d639bf8 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,16 @@ sending to network audio streams, etc. Currently only playing to the sound card through PortAudio is supported. It is under heavy development, so the API could change, there will be bugs, there are important missing features. -If you want to try it anyways, from your julia console: +Installation +------------ - julia> Pkg.clone("https://github.com/ssfrr/AudioIO.jl.git") +To install the latest release version, simply run + + julia> Pkg.add("AudioIO") + +If you want to install the lastest master, it's almost as easy: + + julia> Pkg.clone("AudioIO") julia> Pkg.build("AudioIO") Basic Array Playback