Skip to content

Commit 4e850ee

Browse files
Merge pull request #1 from dnlplm/dp/readme_fix
Improve README.md formatting
2 parents 16d63fb + 73409b8 commit 4e850ee

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,33 @@
33
Find the Linux versions where the commits passed as arguments are available.
44

55
When you start the tool the current directory must be a clone of the Linux stable repository:
6+
7+
```
68
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
9+
```
710

811
E.g.:
9-
git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
10-
cd linux
11-
~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94
12+
13+
```
14+
user@host:~$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
15+
user@host:~$ cd linux
16+
user@host:~$ ~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94
1217
v5.4.198 v5.10.121 v5.15.46 v5.17.14 v5.18.3 v5.19-rc1
18+
```
1319

1420
or the check for multiple commits:
15-
~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94 2939e1a86f758b55cdba73e29397dd3d94df13bc
21+
22+
```
23+
user@host:~$ ~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94 2939e1a86f758b55cdba73e29397dd3d94df13bc
1624
v5.4.198 v5.10.121 v5.15.46 v5.17.14 v5.18.3 v5.19-rc1
25+
```
1726

1827
## Help
1928

2029
linux-version-finder --help
2130

2231
## Linux Install requirements
2332

24-
pip3 install -r requirements.txt
33+
```
34+
pip3 install -r requirements.txt
35+
```

0 commit comments

Comments
 (0)