You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ DataJoint was initially developed in 2009 by Dimitri Yatsenko in [Andreas Tolias
35
35
3. Right-Click and Select *Install*
36
36
4. Select *Install*
37
37
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
+
38
41
## Running Tests Locally
39
42
40
43
* Create an `.env` with desired development environment values e.g.
@@ -77,4 +80,4 @@ MYSQL_TAG=5.7
77
80
### Launch MATLAB Terminal
78
81
79
82
* 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