Updating to the latest version - VH-Lab/vhlab_vhtools GitHub Wiki
Basic User Up:
Basic users should follow these steps (Mac, Linux, Windows):
- On a command line, navigate to your
[_Userpath_]/Documents/MATLAB
folder. Then typebower update vhlab_vhtools --config.directory=tools
(where Userpath is your pathname on your machine; could beC:\Users\myusername\Documents\MATLAB
on a PC, or/Users/myusername/Documents/MATLAB
on a Mac).
That's it.
Developer update:
-
On a command line, navigate to your
[_Userpath_]/Documents/MATLAB/tools
folder. ([Userpath is your pathname on your machine; could beC:\Users\myusername\Documents\MATLAB
on a PC, or/Users/myusername/Documents/MATLAB
on a Mac). -
If you have a Mac or Unix/Linux machine, or if you run cygwin under Windows, you can simply run the following:
vhlab_vhtools/updateallgithubdirs.sh
(The first time you use this command, you may need to run
chmod 700 vhlab_vhtools/updateallgithubdirs.sh
to give yourself permission to run the function as an executable. If you receive "Permission denied", this is the fix.) -
If you have a PC and use DOS as the command line, run:
vhlab_vhtools\updateallgithubdirs.bat