Mercurial > repos > public > matlab_path_manager
changeset 10:9045796e28c8
Add readme
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 10 Sep 2018 17:34:13 +0200 |
parents | 57304525dffe |
children | fc9d1b382334 ead7c7021ad9 |
files | README.md |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Sep 10 17:34:13 2018 +0200 @@ -0,0 +1,7 @@ +Takes care of adding local folders to Matlabs path. +Add a `.subpaths` file in the root of the project containing the relative paths of folders to add +Then use the following functions to interact with `mpm`. + * `mpm.checkin` + * `mpm.checkout` + * `mpm.info` + * `mpm.verify`