tweak readme

This commit is contained in:
Rob Watson 2009-01-17 16:08:54 +00:00
parent ed208d9fca
commit 5ad3725efe
1 changed files with 20 additions and 11 deletions

View File

@ -12,20 +12,29 @@ h2. Installation
h3. With git
* @mkdir -p ~/Library/Application\ Support/TextMate/Bundles@
* @cd ~/Library/Application\ Support/TextMate/Bundles@
* @git clone git://github.com/rfwatson/supercollider-tmbundle.git "SuperCollider.tmbundle"@
* @osascript -e 'tell app "TextMate" to reload bundles'@
@mkdir -p ~/Library/Application\ Support/TextMate/Bundles@
@cd ~/Library/Application\ Support/TextMate/Bundles@
@git clone git://github.com/rfwatson/supercollider-tmbundle.git "SuperCollider.tmbundle"@
@osascript -e 'tell app "TextMate" to reload bundles'@
h3. Without git
* @mkdir -p ~/Library/Application\ Support/TextMate/Bundles@
* @cd ~/Library/Application\ Support/TextMate/Bundles@
* @wget http://github.com/rfwatson/supercollider-tmbundle/tarball/master@
* @tar zxf rfwatson-supercollider-tmbundle*.tar.gz@
* @rm rfwatson-supercollider-tmbundle*.tar.gz@
* @mv rfwatson-supercollider-tmbundle* SuperCollider.tmbundle@
* @osascript -e 'tell app "TextMate" to reload bundles'@
@mkdir -p ~/Library/Application\ Support/TextMate/Bundles@
@cd ~/Library/Application\ Support/TextMate/Bundles@
@wget http://github.com/rfwatson/supercollider-tmbundle/tarball/master@
@tar zxf rfwatson-supercollider-tmbundle*.tar.gz@
@rm rfwatson-supercollider-tmbundle*.tar.gz@
@mv rfwatson-supercollider-tmbundle* SuperCollider.tmbundle@
@osascript -e 'tell app "TextMate" to reload bundles'@
h3. After installing