format properly
Hanno Böck

Hanno Böck commited on 2022-01-30 12:14:30
Zeige 1 geänderte Dateien mit 8 Einfügungen und 0 Löschungen.

... ...
@@ -10,25 +10,33 @@ Install
10 10
 
11 11
 You can install [freewvs via pip](https://pypi.org/project/freewvs/):
12 12
 
13
+```
13 14
 pip install freewvs
15
+```
14 16
 
15 17
 Alternatively you can run freewvs directly from the git source.
16 18
 
17 19
 If you install via pip you need to update the freewvs database first:
18 20
 
21
+```
19 22
 update-freewvsdb
23
+```
20 24
 
21 25
 ## usage
22 26
 
23 27
 Just run freewvs with a path, e.g.:
24 28
 
29
+```
25 30
 freewvs /var/www
31
+```
26 32
 
27 33
 The output will be something like this:
28 34
 
35
+```
29 36
 Joomla 3.9.11 (3.9.14) CVE-2019-19846 /var/www/example.org
30 37
 nextcloud 14.0.1 (14.0.5) CVE-2019-5449 /var/www/cloud.example.org
31 38
 MediaWiki 1.31.1 (1.31.6) CVE-2019-19709 /var/www/wiki.example.org
39
+```
32 40
 
33 41
 ## faq
34 42
 
35 43