11# Installation
22
3- <!-- vscode-markdown-toc -->
3+ <!-- lint disable -->
44
5- - 1 . [ Download with git] ( #Downloadwithgit )
6- - 2 . [ Add as a submodule] ( #Addasasubmodule )
7- - 2.1. [ Example for submodule usage] ( #Exampleforsubmoduleusage )
8- - 3 . [ Direct download] ( #Directdownload )
5+ <!-- TOC -->
96
10- <!-- vscode-markdown-toc-config
11- numbering=true
12- autoSave=true
13- /vscode-markdown-toc-config -->
14- <!-- /vscode-markdown-toc -->
7+ - [ Installation ] ( #installation )
8+ - [ Download with git ] ( #download-with-git )
9+ - [ Add as a submodule ] ( #add-as-a-submodule )
10+ - [ Example for submodule usage ] ( #example-for-submodule-usage )
11+ - [ Direct download ] ( #direct-download )
1512
16- ## 1. <a name =' Downloadwithgit ' ></a >Download with git
13+ <!-- /TOC -->
14+
15+ <!-- lint enable -->
16+
17+ ## Download with git
1718
1819``` bash
1920cd fullpath_to_directory_where_to_install
4344git checkout -b version1 v0.0.1
4445```
4546
46- ## 2. < a name = ' Addasasubmodule ' ></ a > Add as a submodule
47+ ## Add as a submodule
4748
4849Add it as a submodule in the repo you are working on.
4950
@@ -69,7 +70,7 @@ git submodule update --remote --merge
6970
7071Remember that updates to submodules need to be committed as well.
7172
72- ### 2.1. < a name = ' Exampleforsubmoduleusage ' ></ a > Example for submodule usage
73+ ### Example for submodule usage
7374
7475So say you want to clone a repo that has some nested submodules, then you would
7576type this to get the content of all the submodules at once (here with assumption
@@ -91,14 +92,13 @@ git submodule foreach --recursive 'git submodule init'
9192git submodule foreach --recursive ' git submodule update'
9293```
9394
94- ## 3. < a name = ' Directdownload ' ></ a > Direct download
95+ ## Direct download
9596
9697Download the code. Unzip. And add to the matlab path.
9798
98- Pick a specific version:
99-
100- https://github.com/cpp-lln-lab/CPP_BIDS/releases
101-
102- Or take the latest commit (NOT RECOMMENDED):
99+ Pick a specific version from
100+ [ HERE] ( https://github.com/cpp-lln-lab/CPP_BIDS/releases )
103101
104- https://github.com/cpp-lln-lab/CPP_BIDS/archive/master.zip
102+ Or take the
103+ [ latest commit] ( https://github.com/cpp-lln-lab/CPP_BIDS/archive/master.zip ) (NOT
104+ RECOMMENDED).
0 commit comments