We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea9810 commit bf185b3Copy full SHA for bf185b3
README.md
@@ -25,15 +25,16 @@ pipedream --bucket images --path pets/puppy.jpg < puppy.jpg
25
26
# Get fancy
27
export now=$(date +"%Y-%m-%d_%H:%M:%S_%Z")
28
-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
29
30
# For more info
31
pipedream -h
32
```
33
34
### Installation
35
36
-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
37
+builds are available for a variety of architectures.
38
39
macOS users can also use Homebrew:
40
0 commit comments