| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 4fc01da03ee54b32e8607d2a9a1de90cddf53952 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sun May 15 21:31:01 2022 +0200 |
4 | |
5 | Auto-Commit Update 15.05.2022 - 21:31:01 |
6 | --- |
7 | README.md | 14 +++++++------- |
8 | 1 file changed, 7 insertions(+), 7 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 4503918..c31e826 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -1,4 +1,4 @@ |
15 | -## PKD - A minimal terminal-based download manager. |
16 | +# PKD - A minimal terminal-based download manager. |
17 | |
18 | This Script is intended to be used as a donload helper for all major package managers, |
19 | as well as for obtaining Torrents and files from URLs. |
20 | @@ -9,14 +9,14 @@ Run `pkd` - you will be taken to a file where you can enter the package names an |
21 | |
22 | **Other use cases:** |
23 | |
24 | - pkd -f <file with list of packages> |
25 | - pkd <package1> <package2> <package3> |
26 | + pkd -f \<file with list of packages> |
27 | + pkd \<package1> \<package2> \<package3> |
28 | pkd MH,<repo> |
29 | - pkd L,<gitlab username>/<repo> |
30 | - pkd H,<github username>/<repo> |
31 | + pkd L,\<gitlab username>/<repo> |
32 | + pkd H,\<github username>/<repo> |
33 | |
34 | |
35 | -## List Formattiing |
36 | +### List Formattiing |
37 | |
38 | **Do not enter any spaces between package names, between package source and package name (the comma).** |
39 | |
40 | @@ -35,7 +35,7 @@ Run `pkd` - you will be taken to a file where you can enter the package names an |
41 | Web files or Torrents : 'W,URL,"Comment here (optional)" |
42 | |
43 | |
44 | -## List Formatting Examples: |
45 | +### List Formatting Examples: |
46 | |
47 | packages=( |
48 | |