Skip to content

Commit fddb003

Browse files
committed
Fix formatting.
1 parent c8c4b7d commit fddb003

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/gettingstarted/installing.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ If your operating system is *not* in any list, it does not mean our software won
4141

4242
Only in case you cannot install aliBuild in the way described above, you can install aliBuild manually. This procedure should only be used as a fall-back, in case you cannot follow the instructions for your operating system linked above.
4343

44-
45-
<h6 id=<prereq-for-centos7> aliBuild prerequisites for CentOS7 </h6>
44+
<h6 id="prereq-for-centos7"> aliBuild prerequisites for CentOS7 </h6>
4645

4746
With root permission, i.e. `sudo` or as `root`install the prerequisits using:
4847
```bash
@@ -59,7 +58,7 @@ yum update -y
5958
yum install -y alibuild
6059
```
6160

62-
<h6 id=<prereq-for-centos8> aliBuild prerequisites for CentOS8 </h6>
61+
<h6 id="prereq-for-centos8"> aliBuild prerequisites for CentOS8 </h6>
6362

6463
With root permission, i.e. `sudo` or as `root` install the prerequisits using:
6564
```bash
@@ -189,7 +188,7 @@ yum install -y alice-o2-full-deps alibuild
189188

190189
### Configure aliBuild
191190

192-
After you are done installing alibuild you need to configure it by adding the two following lines to your ~/.bashrc, ~/.bash_profile, ~/.zshrc or ~/.zprofile (depending on your operating system and configuration):
191+
After you are done installing alibuild you need to configure it by adding the two following lines to your `~/.bashrc`, `~/.bash_profile`, `~/.zshrc` or `~/.zprofile` (depending on your operating system and configuration):
193192
```bash
194193
export ALIBUILD_WORK_DIR="$HOME/alice/sw"
195194
eval "$(alienv shell-helper)"
@@ -198,7 +197,7 @@ The first line tells what directory is used as "build cache", the second line in
198197

199198
You need to close and reopen your terminal for the change to be effective. The directory `~/alice/sw` will be created the first time you run aliBuild.
200199

201-
""Note that this directory tends to grow in size over time, and it is the one you need to remove in case of cleanups.""
200+
Note that this directory tends to grow in size over time, and it is the one you need to remove in case of cleanups.
202201

203202
When `aliBuild`is installed on your computer and your prerequisits are statisfied, you can move to the next step.
204203

0 commit comments

Comments
 (0)