Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.59 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.59 KB

vagrant-lime

Vagrantfile for limetext/lime

This was created to isolate lime's build process from my normal OS.

Screenshot of lime

Getting Started

Install Vagrant as instructed by http://www.vagrantup.com/

Clone the repository via git

git clone https://github.com/twolfson/vagrant-lime

Launch the Vagrant instance

vagrant up
# Bringing machine 'default' up with 'virtualbox' provider...

When the instance is complete, you will be prompted to run the following commands

vagrant ssh
cd /vagrant/code/go/src/github/limetext/lime/frontend/termbox
./termbox

When the program launches, you should see an image similar to the screenshot at the top of this file.

It will be Ctrl+Q to exit.

At the time of writing, you must run termbox from within vagrant. There is no way to run lime on the host OS.

Documentation/Vagrantfile created against https://github.com/limetext/lime/wiki/Building/61390a7

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

Donating

Support this project and others by twolfson via gittip.

Support via Gittip

Unlicense

As of Jan 31 2014, Todd Wolfson has released this repository and its contents to the public domain.

It has been released under the UNLICENSE.