Skip to content

Commit

Permalink
update readme installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdallas committed Nov 7, 2022
1 parent 1dbbd32 commit 0e71b58
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A command line tool to download media from Reddit
There is a soft dependency on ffmpeg, for installation instructions follow this [link](https://www.ffmpeg.org/download.html).

You can skip it but without it:
* Videos hosted on reddit itself (v.reddit.com) won't have sound
* Videos hosted on reddit itself (v.redd.it) won't have sound
* Gifs won't be automatically converted to .mp4

#### Using cargo
Expand All @@ -27,6 +27,17 @@ If you already have Rust installed, you can install using `cargo`:
cargo install gert
```

#### Using homebrew

```shell script
brew tap mcdallas/gert
brew install gert
```

#### Github Release

just grab the [latest release](https://github.com/mcdallas/gert/releases/latest) for your OS

## Running

Simply pass the names of the subreddits you want to download media from with (multiple) `-s` flags
Expand Down

0 comments on commit 0e71b58

Please sign in to comment.