Skip to content

Commit 0dd3468

Browse files
committed
update the ./update.sh instructions for mac
1 parent 30f69b4 commit 0dd3468

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

docs/VMXinstall.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff 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
150162
overwrite the old VMX binaries, automatically transfer over your existing
151163
license/config files, and leave your models intact. To be safe, it is a good idea
152164
to 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
194206
our single container VMX installer `vmx-kitematic` to try VMX. VMX has
195207
been 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

200211
Checkout 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/)

0 commit comments

Comments
 (0)