From 0441273b1bacd95dd3da5a4d8a582a026eb54c6a Mon Sep 17 00:00:00 2001 From: Mustafa Date: Mon, 5 May 2014 10:42:03 -0700 Subject: [PATCH] Update Tutorial.md --- oregano/Tutorial.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index 94a11f2..e0a5b10 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -1,7 +1,7 @@ ## Installing -## Installing SuperCollider +## 1. Installing SuperCollider Go to https://supercollider.github.io/download.html and download the latest version (3.6.6 as of the time of writing.) @@ -9,11 +9,19 @@ Then follow these instructions per operating system. ### Linux +- install jack + ### Windows ### Mac OS X -## Installing oregano +## 2. Installing oregano + +This can be installed in two different ways: +- Either through the command line: `raco pkg install rsc3` + +- Or through DrRacket: TODO + + -TODO