Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b97043

Browse files
committed
Update install instructions
1 parent 0eaac7d commit 4b97043

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

docs/index.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
### *Pragma-git*
12

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.
65

76

87

@@ -37,7 +36,6 @@ Screen shot
3736
Example screen shot with all the functions enabled (most of the time many of
3837
these icons will be hidden, and they are shown only when meaningful) :
3938

40-
4139
![](https://raw.githubusercontent.com/pragma-git/pragma-git/main/images/Pragma-git-screen-shot.png)
4240

4341
Features
@@ -76,21 +74,30 @@ Features
7674
Installation
7775
------------
7876

79-
- Windows / Mac [Download
77+
- Windows — [Download
8078
here](https://github.com/pragma-git/pragma-git/releases/latest) and run
8179
installer
8280

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+
8385
- Linux — download deb or rpm ([Download
8486
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):
8892

8993
- Ubuntu, Linux Mint, etc (deb-format) :
90-
`sudo dpkg --install INSTALLATION_FILE`
94+
`sudo apt install ./INSTALLFILE # Note the "./" before file name`
9195

9296
- 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`
94101

95102

96103

0 commit comments

Comments
 (0)