Skip to content

Commit 8651721

Browse files
committed
remove adding to path from sub mod section
1 parent 526a44a commit 8651721

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ Add it as a submodule in the repo you are working on.
100100
cd fullpath_to_directory_where_to_install
101101
# use git to download the code
102102
git submodule add https://github.com/cpp-lln-lab/CPP_PTB.git
103-
# move into the folder you have just created
104-
cd CPP_PTB
105-
# add the src folder to the matlab path and save the path
106-
matlab -nojvm -nosplash -r "addpath(fullfile(pwd))"
107103
```
108104

109105
To get the latest commit you then need to update the submodule with the information

0 commit comments

Comments
 (0)