Skip to content

Commit 14e25a4

Browse files
committed
Additional github markdown formatting
1 parent fc179af commit 14e25a4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/docs/Installation/Linux/1_Install.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Update OS Packages before proceeding with the installation
2525

2626
<details>
2727
<summary>
28-
**Ubuntu**
28+
Ubuntu
2929
</summary>
3030

3131
```bash
@@ -35,7 +35,7 @@ sudo apt update && sudo apt upgrade
3535

3636
<details>
3737
<summary>
38-
**RHEL**
38+
RHEL
3939
</summary>
4040

4141
```bash
@@ -48,7 +48,7 @@ sudo dnf update
4848

4949
<details>
5050
<summary>
51-
**Ubuntu**
51+
Ubuntu
5252
</summary>
5353

5454
Install packages from the distro repo
@@ -61,7 +61,7 @@ sudo apt install python3-dev python3-setuptools build-essential python3-gevent p
6161

6262
<details>
6363
<summary>
64-
**RHEL**
64+
RHEL
6565
</summary>
6666

6767
Install distro repo packages
@@ -85,7 +85,7 @@ source venv/bin/activate
8585

8686
<details>
8787
<summary>
88-
**Ubuntu**
88+
Ubuntu
8989
</summary>
9090

9191
```bash
@@ -98,7 +98,7 @@ Note, use of pip with sudo is not recommended and you will be warned about this!
9898

9999
<details>
100100
<summary>
101-
**RHEL**
101+
RHEL
102102
</summary>
103103

104104

@@ -117,7 +117,7 @@ pip install wheel pycairo
117117

118118
<details>
119119
<summary>
120-
**Ubuntu**
120+
Ubuntu
121121
</summary>
122122

123123
```bash
@@ -128,7 +128,7 @@ sudo pip3 uninstall FreeTAKServer-UI
128128

129129
<details>
130130
<summary>
131-
**RHEL**
131+
RHEL
132132
</summary>
133133

134134
```bash
@@ -151,7 +151,7 @@ Install the FreeTAKServer and the associated Web UI
151151

152152
<details>
153153
<summary>
154-
**Ubuntu**
154+
Ubuntu
155155
</summary>
156156

157157
```bash
@@ -161,7 +161,7 @@ sudo python3 -m pip install FreeTAKServer[ui]
161161

162162
<details>
163163
<summary>
164-
**RHEL**
164+
RHEL
165165
</summary>
166166

167167
```bash
@@ -177,7 +177,7 @@ server much more difficult to use and is probably not what you want. This can be
177177

178178
<details>
179179
<summary>
180-
**Install a specific version**
180+
Install a specific version
181181
</summary>
182182
To install a special version of a FreeTAKServer pip package by appending `==version-number` to the installation command.
183183

@@ -220,7 +220,7 @@ will need to locate older versions of this document in the repo history.
220220

221221
<details>
222222
<summary>
223-
**Ubuntu**
223+
Ubuntu
224224
</summary>
225225

226226
```bash
@@ -230,7 +230,7 @@ sudo python3 -m FreeTAKServer.controllers.services.FTS
230230

231231
<details>
232232
<summary>
233-
**RHEL**
233+
RHEL
234234
</summary>
235235

236236
```bash
@@ -400,7 +400,7 @@ Start the UI from the terminal using python:
400400

401401
<details>
402402
<summary>
403-
**Ubuntu**
403+
Ubuntu
404404
</summary>
405405

406406
```bash
@@ -410,7 +410,7 @@ sudo python3 run.py
410410

411411
<details>
412412
<summary>
413-
**RHEL**
413+
RHEL
414414
</summary>
415415

416416
```bash
@@ -502,7 +502,7 @@ for TCP traffic.
502502

503503
<details>
504504
<summary>
505-
**RHEL**
505+
RHEL
506506
</summary>
507507

508508
```bash

0 commit comments

Comments
 (0)