| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 3fd418642315f51d3a41fe2b6669e3cc3b43a352 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sun May 15 21:34:55 2022 +0200 |
4 | |
5 | Auto-Commit Update 15.05.2022 - 21:34:55 |
6 | --- |
7 | README.md | 22 +++++++++++----------- |
8 | 1 file changed, 11 insertions(+), 11 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 5e80a4a..bd2dc48 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -12,8 +12,8 @@ Run `pkd` - you will be taken to a file where you can enter the package names an |
15 | pkd -f \<file with list of packages>\ |
16 | pkd \<package1> \<package2> \<package3>\ |
17 | pkd MH,<repo>\ |
18 | -pkd L,\<gitlab username>/<repo>\ |
19 | -pkd H,\<github username>/<repo>\ |
20 | +pkd L,\<gitlab username>/\<repo>\ |
21 | +pkd H,\<github username>/\<repo>\ |
22 | |
23 | |
24 | ### List Formatting: |
25 | @@ -24,15 +24,15 @@ pkd H,\<github username>/<repo>\ |
26 | **The following list is provided below for reference:** |
27 | --- |
28 | |
29 | - Local or AUR Packages : 'packageName,"Comment here (optional)"' # This is most likely to be the most commonly used format. |
30 | - GitHub Repositories : 'H,Creator/HubRepoName,"Comment here (optional)"' |
31 | - GitLab Repositories : 'L,Creator/LabRepoName,"Comment here (optional)"' |
32 | - Personal GitHub : 'PH,yourGitHubRepoName,"Comment here (optional)"' |
33 | - Personal GitLab : 'PL,yourGitLabRepoName,"Comment here (optional)"' |
34 | - Snap Packages : 'S,snapPackageName,"Comment here (optional)"' |
35 | - Python Pip Packages : 'P,pythonPackageName,"Comment here (optional)"' |
36 | - NPM or Nodejs Packages : 'N,packageName,"Comment here (optional)"' |
37 | - Web files or Torrents : 'W,URL,"Comment here (optional)" |
38 | +Local or AUR Packages :\ 'packageName,"Comment here (optional)"' # This is most likely to be the most commonly used format. |
39 | +GitHub Repositories :\ 'H,Creator/HubRepoName,"Comment here (optional)"' |
40 | +GitLab Repositories :\ 'L,Creator/LabRepoName,"Comment here (optional)"' |
41 | +Personal GitHub :\ 'PH,yourGitHubRepoName,"Comment here (optional)"' |
42 | +Personal GitLab :\ 'PL,yourGitLabRepoName,"Comment here (optional)"' |
43 | +Snap Packages :\ 'S,snapPackageName,"Comment here (optional)"' |
44 | +Python Pip Packages :\ 'P,pythonPackageName,"Comment here (optional)"' |
45 | +NPM or Nodejs Packages :\ 'N,packageName,"Comment here (optional)"' |
46 | +Web files or Torrents :\ 'W,URL,"Comment here (optional)" |
47 | |
48 | |
49 | ### List Formatting Examples: |