| Hash | Commit message | Author | Date | Files | + | - |
1 | commit bda470101679014e75085f86eb801f3d682bf2a7 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sun Jul 30 00:20:26 2023 +0200 |
4 | |
5 | Auto-Commit Update 30.07.2023 - 00:20:26 |
6 | --- |
7 | README.md | 13 ++++++++----- |
8 | 1 file changed, 8 insertions(+), 5 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index bae8962..a723afa 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -20,7 +20,7 @@ |
15 | |
16 | ## Installation: |
17 | |
18 | -### **`ptrack`** is available from various package managers: |
19 | +### **ptrack** can easily be installed from various platforms: |
20 | |
21 | ### **PyPI**: |
22 | pip install ptrack |
23 | @@ -29,14 +29,17 @@ |
24 | conda install -c concise ptrack |
25 | |
26 | ### **Arch User Repository (AUR)**: |
27 | -#### ptrack is available from the AUR for Arch Linux users, or any other Arch based distro with the help of your favorite AUR helper, eg: |
28 | +#### For Arch Linux users, ptrack is available from on the AUR for all Arch or Arch based distro with the help of your favorite AUR helper, eg: |
29 | yay -Sy ptrack |
30 | |
31 | ### **From Source**: |
32 | #### If you prefer to install from source, clone this repo, cd into it and run: |
33 | pip install -e . |
34 | + |
35 | # or python3 ./setup.py install |
36 | |
37 | + |
38 | + |
39 | # Usage |
40 | |
41 | The basic usage of ptrack isvery simple: |
42 | @@ -60,14 +63,14 @@ Refer to the User Guide for more detailed instructions and use-cases. |
43 | + -V, --version: Show version number and exit. |
44 | |
45 | |
46 | -![Verbose Copy](./.gitlab/media/vcopy.gif) |
47 | +![Regular Copy](./.gitlab/media/copy.gif) |
48 | |
49 | |
50 | -![Regular Copy](./.gitlab/media/copy.gif) |
51 | +![Verbose Copy](./.gitlab/media/vcopy.gif) |
52 | |
53 | |
54 | ## License |
55 | -`ptrack` is licenced under the MIT/X Consortium license |
56 | +ptrack is open source and licenced under the MIT/X Consortium license |
57 | |
58 | ## Support |
59 | If you encounter any problems or have suggestions for ptrack, please open an issue on GitLab. We value your feedback and will respond as quickly as possible. |