tweak readme
This commit is contained in:
parent
ed208d9fca
commit
5ad3725efe
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue