Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fresnojake committed Apr 8, 2013
1 parent cd90f9d commit 3ea9d57
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,23 @@ Mission Statement
*"Enable users to process and generate Csound orchestras and scores
quickly, easily and efficiently."*

Download CSD
------------

ZIP: https://github.com/jacobjoaquin/csd/zipball/master
TAR Ball: https://github.com/jacobjoaquin/csd/tarball/master
Clone from Github: $ git clone git://github.com/jacobjoaquin/csd.git

Quick Installation Instructions
-------------------------------

To install, clone from git and run setup.
In a terminal window, cd to the csd folder and type:

python setup.py install

$ git clone git://github.com/jacobjoaquin/csd.git
$ cd csd
$ python setup.py install
On Linux, Unix, and OS X, you may need to sudo it:

sudo python setup.py install

About
-----
Expand Down

0 comments on commit 3ea9d57

Please sign in to comment.