From 6f54e1962fe80df97971c9c34726c3e800a97452 Mon Sep 17 00:00:00 2001 From: Manoj Velmurugan Date: Sun, 19 Nov 2023 14:23:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 855f361..473a434 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ MATLAB R2022b or newer is recommended. Install MATLAB with the above products an - Run the setup function packaged in the toolbox. MuJoCo (and GLFW for Windows users) library is downloaded and added to MATLAB path. `>>mujoco_interface_setup` +- (Linux users) The default pathdef.m is likely not saveable in Linux. Save pathdef.m to new location as given in this [MATLAB answer](https://www.mathworks.com/matlabcentral/answers/1653435-how-to-use-savepath-for-adding-path-to-pathdef-m-in-linux). + `savepath ~/Documents/MATLAB/pathdef.m` ## Usage `>>mj_gettingStarted`