Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ See also: [CONTRIBUTING.md](CONTRIBUTING.md)
brew update && brew install imgur-screenshot
```

You will also need a newer version of `bash`, as the built-in macOS bash is too old.
```shell
brew install bash
```

### Install on ArchLinux via AUR

See [imgur-screenshot](https://aur.archlinux.org/packages/imgur-screenshot/) for the stable version, and [imgur-screenshot-git](https://aur.archlinux.org/packages/imgur-screenshot-git/) for the development version.
Expand Down Expand Up @@ -98,6 +103,7 @@ imgur-screenshot -l true

## Dependencies

* bash 4.2+
* curl
* jq
* **Linux only:**
Expand Down