Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jan 16, 2021
1 parent c340ce7 commit b1cb3e8
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,12 @@ Supports cancellation of verification if desired.

![](data/screenshots/check4.png)

## Installation
## Requirements

This application targets Ubuntu 18.04 and later, though the only requirement is to have GTK+ 3.22 or later installed.
- **GTK** `>=3.22`
- **Go** `>=1.11`

### Repository

An `apt` repository is provided. It is made out of GitHub Releases and packages are served via HTTPS protocol, but they are
not signed.

```shell script
echo "deb [trusted=yes] https://github.com/dawidd6/checksumo/releases/download/repo ./" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install checksumo
```

### Binary

Head over to Releases section of this repository, grab the `.deb` file and install it via `dpkg`.

### Source

Needs `libgtk-3-dev` package on Debian-based distributions.
## Building

```shell script
make
Expand Down

0 comments on commit b1cb3e8

Please sign in to comment.