Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisVilches committed Oct 24, 2024
1 parent 773a7c4 commit ca74a32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ File difference tool for competitive programming.
go install github.com/ChrisVilches/cpdiff@latest
```

### Arch Linux (AUR)

```sh
yay -S cpdiff
```

## Usage

Comparing standard input (e.g. some program's output redirected to `cpdiff`) against a file (e.g. the correct answer):
Expand Down Expand Up @@ -46,12 +52,6 @@ Big numbers are supported. Numbers can have arbitrary precision or amount of dig

![big-numbers](./screenshots/big-numbers.png)

### Arch Linux (AUR)

```sh
yay -S cpdiff
```

## Development

Linting and formatting:
Expand Down

0 comments on commit ca74a32

Please sign in to comment.