currencysecrets / mql4

MQL4 Snippets & Syntax for Sublime Text
MIT License
97 stars 36 forks source link

CLI installation #1

Closed IlanFrumer closed 11 years ago

IlanFrumer commented 11 years ago

Install:

On linux:
cd ~/.config/sublime-text-2/Packages/
git clone https://github.com/currencysecrets/mql4.git
On OSX:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone https://github.com/currencysecrets/mql4.git

Pull updates

On linux:
cd ~/.config/sublime-text-2/Packages/mql4/
git pull
On OSX:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/mql4/
git pull
currencysecrets commented 11 years ago

Thanks for this Ilan! I'll add this to the README file.