Skip to content

Commit 53c11ea

Browse files
committed
README.md: fix all markdownlint warnings
Change-Id: I45d22285c00a6597b83739d4e6ed47c6b6c62beb
1 parent b9ce462 commit 53c11ea

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
Find the Linux versions where the commits passed as arguments are available.
44

5-
When you start the tool the current directory must be a clone of the Linux stable repository:
5+
When you start the tool the current directory must be a clone of the Linux stable
6+
repository:
67

7-
```
8+
```text
89
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
910
```
1011

1112
E.g.:
1213

13-
```
14+
```text
1415
user@host:~$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
1516
user@host:~$ cd linux
1617
user@host:~$ ~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94
@@ -19,7 +20,7 @@ v5.4.198 v5.10.121 v5.15.46 v5.17.14 v5.18.3 v5.19-rc1
1920

2021
or the check for multiple commits:
2122

22-
```
23+
```text
2324
user@host:~$ ~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94 2939e1a86f758b55cdba73e29397dd3d94df13bc
2425
v5.4.198 v5.10.121 v5.15.46 v5.17.14 v5.18.3 v5.19-rc1
2526
```
@@ -30,6 +31,6 @@ linux-version-finder --help
3031

3132
## Linux Install requirements
3233

33-
```
34+
```text
3435
pip3 install -r requirements.txt
3536
```

0 commit comments

Comments
 (0)