norseghost / sublime-beancount

Bits and pieces to facilitate accounting with Beancount.
MIT License
29 stars 10 forks source link

Installation Guide? #18

Open jacobburrell opened 4 years ago

jacobburrell commented 4 years ago

Seems the README could use an installation guide.

I myself haven't used Sublime for much more than a basic text editor.

What's the easiest way to get this set up in Sublime?

jacobburrell commented 4 years ago

Something like this could be added:

Installation

If using Package Control for Sublime Text, simply install the TypeScript package.

Alternatively, you can clone the repo directly into your Sublime plugin folder. For example, for Sublime Text 3 on a Mac this would look something like:

cd ~/"Library/Application Support/Sublime Text 3/Packages"
git clone --depth 1 https://github.com/norseghost/sublime-beancount.git Beancount

And on Windows:


cd "%APPDATA%\Sublime Text 3\Packages"
git clone --depth 1 https://github.com/norseghost/sublime-beancount.git Beancount