Skip to content

Commit 7742981

Browse files
update linux install instructions
1 parent cdca0f8 commit 7742981

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gitkraken-client/how-to-install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GitKraken Client data is stored in `/Users/{user}/.gitkraken` == `~/.gitkraken`.
6262
GitKraken Client has a simple package available for Debian based distributions.
6363
```
6464
wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
65-
sudo dpkg -i gitkraken-amd64.deb
65+
sudo apt install gitkraken-amd64.deb
6666
```
6767
Or [download the file](https://gitkraken.com/download/linux-deb).
6868

@@ -76,10 +76,12 @@ Or [download the file](https://gitkraken.com/download/linux-gzip).
7676
### .rpm
7777
```
7878
wget https://release.gitkraken.com/linux/gitkraken-amd64.rpm
79-
sudo yum install ./gitkraken-amd64.rpm
79+
sudo dnf install ./gitkraken-amd64.rpm
8080
```
8181
Or [download the file](https://gitkraken.com/download/linux-rpm).
8282

83+
Note: for older distros that do not have ```dnf```, you should use ```yum``` instead.
84+
8385
### Snap
8486

8587
Snap is an easy-to-install package for Linux distributions (supported versions above). Get it from the snap store or [Snapcraft.io](https://snapcraft.io/gitkraken).

0 commit comments

Comments
 (0)