File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,19 @@ of your own.
146146
147147** Updating VMX**
148148
149- On Mac OS X, you can download the most recent installer: it will
149+ If you want to update to the development version of VMX, you can run:
150+ ```
151+ cd /Applications/VMX.app/Contents/MacOS/
152+ ./update.sh latest
153+ ```
154+
155+ If you want to update to the stable version of VMX, you can run:
156+ ```
157+ cd /Applications/VMX.app/Contents/MacOS/
158+ ./update.sh latest
159+ ```
160+
161+ Alternatively, you can download the most recent Mac installer: it will
150162overwrite the old VMX binaries, automatically transfer over your existing
151163license/config files, and leave your models intact. To be safe, it is a good idea
152164to backup your ` config.json ` file which contains the key and license
@@ -194,8 +206,7 @@ tested on boot2docker running on Mac OS X 10.9.5
194206our single container VMX installer ` vmx-kitematic ` to try VMX. VMX has
195207been tested on Mac OS X 10.9.5
196208
197- <img src="http://blog.vision.ai/images/visionai_kitematic.png "
198- width="300px">
209+ <img src =" img/visionai_kitematic.png " width =" 300px " >
199210
200211Checkout our blog post
201212[ Dockerized Computer Vision for Mac via Kitematic] ( http://blog.vision.ai/vmx/2015/03/16/dockerized-computer-vision-for-mac-via-kitematic/ )
You can’t perform that action at this time.
0 commit comments