Skip to content

Commit e303b20

Browse files
committed
fix markdown
1 parent 92dd809 commit e303b20

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed
File renamed without changes.

docs/installation.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
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
1920
cd fullpath_to_directory_where_to_install
@@ -43,7 +44,7 @@ number
4344
git checkout -b version1 v0.0.1
4445
```
4546

46-
## 2. <a name='Addasasubmodule'></a>Add as a submodule
47+
## Add as a submodule
4748

4849
Add it as a submodule in the repo you are working on.
4950

@@ -69,7 +70,7 @@ git submodule update --remote --merge
6970

7071
Remember 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

7475
So say you want to clone a repo that has some nested submodules, then you would
7576
type 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'
9192
git submodule foreach --recursive 'git submodule update'
9293
```
9394

94-
## 3. <a name='Directdownload'></a>Direct download
95+
## Direct download
9596

9697
Download 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

Comments
 (0)