tweak readme
This commit is contained in:
parent
ed208d9fca
commit
5ad3725efe
|
@ -12,20 +12,29 @@ h2. Installation
|
||||||
|
|
||||||
h3. With git
|
h3. With git
|
||||||
|
|
||||||
* @mkdir -p ~/Library/Application\ Support/TextMate/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"@
|
@cd ~/Library/Application\ Support/TextMate/Bundles@
|
||||||
* @osascript -e 'tell app "TextMate" to reload bundles'@
|
|
||||||
|
@git clone git://github.com/rfwatson/supercollider-tmbundle.git "SuperCollider.tmbundle"@
|
||||||
|
|
||||||
|
@osascript -e 'tell app "TextMate" to reload bundles'@
|
||||||
|
|
||||||
h3. Without git
|
h3. Without git
|
||||||
|
|
||||||
* @mkdir -p ~/Library/Application\ Support/TextMate/Bundles@
|
@mkdir -p ~/Library/Application\ Support/TextMate/Bundles@
|
||||||
* @cd ~/Library/Application\ Support/TextMate/Bundles@
|
|
||||||
* @wget http://github.com/rfwatson/supercollider-tmbundle/tarball/master@
|
@cd ~/Library/Application\ Support/TextMate/Bundles@
|
||||||
* @tar zxf rfwatson-supercollider-tmbundle*.tar.gz@
|
|
||||||
* @rm rfwatson-supercollider-tmbundle*.tar.gz@
|
@wget http://github.com/rfwatson/supercollider-tmbundle/tarball/master@
|
||||||
* @mv rfwatson-supercollider-tmbundle* SuperCollider.tmbundle@
|
|
||||||
* @osascript -e 'tell app "TextMate" to reload bundles'@
|
@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
|
h3. After installing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue