Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clean up readme and add link to Releases page
  • Loading branch information
chriswayoub committed May 12, 2014
1 parent 2757afb commit 17acf2b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Vagrant Manager for OS X

downloads and more information available at http://vagrantmanager.com/
Vagrant Manager is a OS X Status Bar icon that lets you manage all of your vagrant machines from one central location.
More information is available at http://vagrantmanager.com/

## Installation Notes:
Vagrant Manager is currently only available for OS X
## Downloads
Download Vagrant Manager from the [GitHub Releases Page](https://github.com/lanayotech/vagrant-manager/releases)

• Vagrant Manager is currently only compatible with the VirtualBox provider for Vagrant
## Installation Notes
* Vagrant Manager is currently only available for OS X
* Vagrant Manager is currently only compatible with the VirtualBox provider for Vagrant
* Make sure that you have VirtualBox and Vagrant installed, and the vboxmanage and vagrant commands are in your path so that Vagrant Manager can execute them
* Currently, vagrant machines must already be initialized in order for Vagrant Manager to detect them. Make sure you have run vagrant init on any machine you want to appear in Vagrant Manager. Once Vagrant Manager has detected a machine, you can bookmark it so that it will not disappear when you destroy the machine. You can also manually add a bookmark and specify the path to your Vagrantfile
* In order to launch Vagrant Manager at login, add it to your Login Items under System Preferences -> Users & Groups

• Make sure that you have VirtualBox and Vagrant installed, and the vboxmanage and vagrant commands are in your path so that Vagrant Manager can execute them

• Currently, vagrant machines must already be initialized in order for Vagrant Manager to detect them. Make sure you have run vagrant init on any machine you want to appear in Vagrant Manager. Once Vagrant Manager has detected a machine, you can bookmark it so that it will not disappear when you destroy the machine.

• In order to launch Vagrant Manager at login, add it to your Login Items under System Preferences -> Users & Groups

0 comments on commit 17acf2b

Please sign in to comment.