File: users.md

package info (click to toggle)
diffuse 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,160 kB
  • sloc: python: 7,689; xml: 5,993; sh: 61; makefile: 9
file content (33 lines) | stat: -rw-r--r-- 882 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Users documentation

## Installation

### Using Flatpak

```sh
flatpak install io.github.mightycreak.Diffuse
```

Flatpak is probably the easiest way to install Diffuse on any distribution and
get the latest and greatest as quickly as possible. The Flatpak package is
hosted on [Flathub](https://flathub.org).

_Note:_ If the Flathub repository is not installed yet, please follow
[these instructions](https://flatpak.org/setup/).

### Using the distribution package manager

The Diffuse package statuses for every distributions can been seen on
[repology](https://repology.org/project/diffuse/versions).

Huge thanks to [@bongochong](https://github.com/bongochong) for maintaining the
Diffuse package on Fedora.

## Integrate with Git

Diffuse is compatible with `git difftool` command-line. To use Diffuse as Git
diff tool, run:

```sh
git config --global diff.tool diffuse
```