|
| 1 | +### *Pragma-git* |
1 | 2 |
|
2 |
| -### *Pragma-git* |
3 |
| - |
4 |
| -is a friendly pragmatic *git* control app, *fully compatible* with |
5 |
| -other git client softwares. |
| 3 | +is a friendly pragmatic *git* control app, *fully compatible* with other git |
| 4 | +client softwares. |
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
@@ -37,7 +36,6 @@ Screen shot
|
37 | 36 | Example screen shot with all the functions enabled (most of the time many of
|
38 | 37 | these icons will be hidden, and they are shown only when meaningful) :
|
39 | 38 |
|
40 |
| - |
41 | 39 | 
|
42 | 40 |
|
43 | 41 | Features
|
@@ -76,21 +74,30 @@ Features
|
76 | 74 | Installation
|
77 | 75 | ------------
|
78 | 76 |
|
79 |
| -- Windows / Mac — [Download |
| 77 | +- Windows — [Download |
80 | 78 | here](https://github.com/pragma-git/pragma-git/releases/latest) and run
|
81 | 79 | installer
|
82 | 80 |
|
| 81 | +- Mac — [Download |
| 82 | + here](https://github.com/pragma-git/pragma-git/releases/latest) and run |
| 83 | + installer. Important -- follow "README.txt" on disk image. |
| 84 | + |
83 | 85 | - Linux — download deb or rpm ([Download
|
84 | 86 | here](https://github.com/pragma-git/pragma-git/releases/latest)). Try to
|
85 |
| - double-click and run. |
86 |
| - If that is not allowed (replace `INSTALLATION_FILE` with the path to the |
87 |
| - installation file): |
| 87 | + double-click to open system's software installer. |
| 88 | + |
| 89 | + If double-click does not work, use the terminal and `cd` to the folder of the |
| 90 | + downloaded file. Run command below (replace `INSTALLATION_FILE` with the |
| 91 | + name of the installation file): |
88 | 92 |
|
89 | 93 | - Ubuntu, Linux Mint, etc (deb-format) :
|
90 |
| - `sudo dpkg --install INSTALLATION_FILE` |
| 94 | + `sudo apt install ./INSTALLFILE # Note the "./" before file name` |
91 | 95 |
|
92 | 96 | - RedHat, CentOS, Fedora etc (rpm-format) :
|
93 |
| - `sudo yum localinstall INSTALLATION_FILE` |
| 97 | + `sudo dnf install ./INSTALLFILE # Note the "./" before file name` |
| 98 | + |
| 99 | + - OpenSUSE, etc (rpm-format) : |
| 100 | + `sudo zypper install -y --allow-unsigned-rpm INSTALLFILE` |
94 | 101 |
|
95 | 102 |
|
96 | 103 |
|
|
0 commit comments