Skip to content

Commit 06b37b7

Browse files
author
Chris Turner
authored
Merge pull request #345 from datajoint/guzman-raphael-patch-1
Add dj.config doc note
2 parents c2bd6b3 + 54f43fa commit 06b37b7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ DataJoint was initially developed in 2009 by Dimitri Yatsenko in [Andreas Tolias
3535
3. Right-Click and Select *Install*
3636
4. Select *Install*
3737

38+
## Config
39+
For help in utilizing `dj.config` (added in `3.4.0`), you may access the help via `help('dj.config')` or review it online [here](https://github.com/datajoint/datajoint-matlab/blob/c2bd6b3e195dfeef773d4e12bad5573c461193b0/%2Bdj/config.m#L2-L27). Formal documentation to follow.
40+
3841
## Running Tests Locally
3942

4043
* Create an `.env` with desired development environment values e.g.
@@ -77,4 +80,4 @@ MYSQL_TAG=5.7
7780
### Launch MATLAB Terminal
7881

7982
* Shell into `datajoint-matlab_app_1` i.e. `docker exec -it datajoint-matlab_app_1 bash`
80-
* Launch Matlab with no GUI by runnning command `matlab -nodisplay`
83+
* Launch Matlab with no GUI by runnning command `matlab -nodisplay`

0 commit comments

Comments
 (0)