Skip to content

Commit 607355a

Browse files
committed
refactor: minor changes in spacing
1 parent 64274c0 commit 607355a

3 files changed

Lines changed: 157 additions & 157 deletions

File tree

README.md

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,16 @@ operating system and the **[Bash shell](https://www.gnu.org/software/bash)**.
2828
* [Exercise material (.zip)](https://github.com/sib-swiss/CAS-UNIL-intro-to-unix/raw/main/exercises.zip)
2929
* [Exam instructions](exam_instructions.md)
3030

31-
<br>
32-
3331
### Environment setup
3432

35-
The only technical requirement for the course is having a laptop with a
36-
reasonably recent version of either a `bash` shell (version >= `4.0`) or a
37-
`zsh` shell (the default shell on macOS since 2019) installed.
38-
39-
You can display your version of `bash` with the command:
33+
The only technical requirement for the course is a laptop with a `bash` shell
34+
(version >= `4.0`) or a `zsh` shell (the default shell on macOS since 2019)
35+
installed.
4036

41-
```sh
42-
bash --version
43-
```
44-
45-
Please read the **[environment setup instructions](environment_setup.md)**
46-
for details. Make sure to set up your environment
47-
**before the start of the course**.
37+
* You can display your version of `bash` with the command: `bash --version`
38+
* Please read the [environment setup instructions](environment_setup.md)
39+
for details. Make sure to set up your environment
40+
**before the start of the course**.
4841

4942
<br>
5043
<br>
@@ -77,16 +70,13 @@ More specifically, the course covers the following topics:
7770
## Course structure 🌱
7871

7972
Due to limited in-class time (0.5 days), this course requires participants
80-
to **self-study before and after the class**.
81-
82-
<br>
73+
to self-study before and after the class.
8374

8475
### Pre-course tasks
8576

86-
We kindly ask you to complete the following tasks
87-
**before the start of the course**:
77+
We kindly ask you to complete the following tasks before the course:
8878

89-
* **[Set up your environment](environment_setup.md)** (~0.5h).
79+
* [Set up your environment](environment_setup.md) (~0.5h).
9080
* **Complete chapters 1 to 4** of the SIB
9181
[UNIX fundamentals e-learning module](https://www.sib.swiss/training/course/2012_UNIXF)
9282
(~3h):
@@ -96,8 +86,8 @@ We kindly ask you to complete the following tasks
9686
* [Chapter 4: UNIX shell - filesystem commands](https://edu.sib.swiss/pluginfile.php/2878/mod_resource/content/4/couselab-html/5/start.html)
9787
* **Complete exercises 1 and 2** of the
9888
[course exercises](exercise_instructions.md) (~1h).
99-
* For exercise 1, please also complete the **Additional Task** sections.
100-
* For exercise 2, the **Additional Task** sections are optional.
89+
* For exercise 1, please also complete the **Additional task** sections.
90+
* For exercise 2, the **Additional task** sections are optional.
10191

10292
<br>
10393

@@ -115,4 +105,4 @@ During the in-class part of the course, the following topics will be covered.
115105
Exercises to do on your own, after the class.
116106

117107
* **Exercises 4**, **6**, and **7B** (~2h).
118-
* The **Additional Task** sections of the exercises are optional.
108+
* The **Additional task** sections of the exercises are optional.

environment_setup.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,16 @@ To start a shell session, open the "Terminal" application.
2222
> install a recent version of `bash` using the
2323
> [Homebrew package manager](https://brew.sh).
2424
25-
<br>
2625
<br>
2726

2827
## Windows 🪟
2928

3029
Windows does not natively come with a `bash` shell, but it can be installed
31-
via different means. We suggest two options, in order of ease of installation
32-
(easiest first).
33-
34-
> **✨ Note:** Git Bash (option 1) is sufficient for this course. Choose WSL
35-
> (option 2) if you want a genuine Linux environment. Installing WSL requires
36-
> admin privileges.
30+
via different means. We suggest two options:
3731

38-
<br>
32+
* **Git Bash (option 1)** - the easier option, and sufficient for this course.
33+
* **WSL (option 2)** - choose WSL if you want a genuine Linux environment.
34+
Installing WSL requires admin privileges.
3935

4036
### Option 1: Git Bash
4137

@@ -45,8 +41,6 @@ Install [Git for Windows](https://gitforwindows.org), which comes with a
4541
To start a shell session, open the "Git Bash" application from the Windows
4642
Start menu.
4743

48-
<br>
49-
5044
### Option 2: WSL - Windows Subsystem for Linux (requires admin privileges)
5145

5246
**WSL**, the Windows Subsystem for Linux, is essentially a small Linux
@@ -61,7 +55,6 @@ To start a shell session, open the "Ubuntu" application from the Windows
6155
Start menu. Note that on the first startup of WSL, you will be asked to choose
6256
a username and password for your Linux user.
6357

64-
<br>
6558
<br>
6659

6760
## Linux 🐧
@@ -78,4 +71,4 @@ To check your version of `bash`, run:
7871
bash --version
7972
```
8073

81-
Ideally, you should have a version of `bash` >= `5.0` (but at least >= `4.0`).
74+
Ideally, you should have a version of `bash` >= `5.0`, but at least >= `4.0`.

0 commit comments

Comments
 (0)