Skip to content

Commit

Permalink
Fix a CLI example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Nov 12, 2020
1 parent 9ea9810 commit bf185b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ pipedream --bucket images --path pets/puppy.jpg < puppy.jpg

# Get fancy
export now=$(date +"%Y-%m-%d_%H:%M:%S_%Z")
cat /data/dump.rdb | gzip | pipedream -bucket backups -path dump-$now.rdb.gz
cat /data/dump.rdb | gzip | pipedream --bucket backups --path dump-$now.rdb.gz

# For more info
pipedream -h
```

### Installation

Download a build from the [releases][releases] page. macOS, Linux and Windows builds are available for various architectures.
Download a build from the [releases][releases] page. macOS, Linux and Windows
builds are available for a variety of architectures.

macOS users can also use Homebrew:

Expand Down

0 comments on commit bf185b3

Please sign in to comment.