Skip to content

Commit 4fa2b36

Browse files
author
Kristian Rother
authored
fix headings
1 parent bb110e8 commit 4fa2b36

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

README.md

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,13 @@ In this tutorial, you will be looking for a word with 22 characters:
2626

2727
All characters are hidden in the exercises below.
2828

29-
Preparations
30-
------------
29+
## Preparations
3130

32-
All exercises can be solved using a **Unix terminal** (including Mac) or
33-
**git Bash** on Windows.
31+
* clone the repository
32+
* locate the `exercises/` folder
33+
* open a `bash` terminal
3434

35-
- Clone the repository.
36-
37-
1. Directories and files
38-
------------------------
35+
## 1. Directories and files
3936

4037
### 1.1. Navigating directories
4138

@@ -115,8 +112,7 @@ few characters. Unix tries to guess what you are typing.
115112

116113
</div>
117114

118-
2. Edit text files
119-
------------------
115+
## 2. Edit text files
120116

121117
Please use `cd ..` to go back to the top directory of the tutorial
122118
material. Then, change to the directory `exercise_2`.
@@ -160,8 +156,7 @@ You get shown a help page that you can leave by pressing 'q'.
160156

161157
</div>
162158

163-
3. Copy and remove files
164-
------------------------
159+
## 3. Copy and remove files
165160

166161
Please go to the directory exercise\_3.
167162

@@ -230,8 +225,7 @@ idea after learning this command.
230225

231226
</div>
232227

233-
4. Process text data
234-
--------------------
228+
## 4. Process text data
235229

236230
Please go to the directory exercise\_4.
237231

@@ -302,8 +296,7 @@ The last two exercises may not work on Git Bash.
302296
</div>
303297

304298

305-
5. Unzip files
306-
--------------
299+
## 5. Unzip files
307300

308301
Please go to the directory exercise\_5.
309302

@@ -348,8 +341,7 @@ gzip backup.tar
348341

349342
</div>
350343

351-
6. Command-line tools
352-
---------------------
344+
## 6. Command-line tools
353345

354346
Please go to the directory `exercise_6`.
355347

@@ -507,8 +499,7 @@ You find the pid number in the first column of the *top* output. Of
507499
course, you may only interrupt your own programs, not those owned by
508500
*root*, the system administrator.
509501

510-
License
511-
-------
502+
### License
512503

513504
**© 2010 Dr. Kristian Rother**
514505

@@ -518,16 +509,14 @@ Share-alike License 4.0
518509
You can find the full sources on
519510
[<https://github.com/krother/bash_tutorial>](https://github.com/krother/bash_tutorial).
520511

521-
Acknowledgements
522-
----------------
512+
### Acknowledgements
523513

524514
I thank Janusz M. Bujnicki, Allegra Via, Pedro Fernandes and Joachim
525515
Jacob for their help with testing and reviewing the material. Further
526516
thanks go to the German Academic Exchange Service (DAAD) for financial
527517
support.
528518

529-
Contact
530-
-------
519+
### Contact
531520

532521
Dr. Kristian Rother
533522

0 commit comments

Comments
 (0)