We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526a44a commit 8651721Copy full SHA for 8651721
README.md
@@ -100,10 +100,6 @@ Add it as a submodule in the repo you are working on.
100
cd fullpath_to_directory_where_to_install
101
# use git to download the code
102
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))"
107
```
108
109
To get the latest commit you then need to update the submodule with the information
0 commit comments