File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,6 @@ services. Available as a CLI and Go library.
1212
1313## CLI
1414
15- ### Install It
16-
17- Download a build from the [ releases] [ releases ] page. macOS, Linux and Windows builds are available for various architectures.
18-
19- macOS users can also use Homebrew:
20-
21- ```
22- brew install meowgorithm/homebrew-tap/pipedream
23- ```
24-
25- Or you can just use ` go get ` :
26-
27- ``` bash
28- go get github.com/meowgorithm/pipedream/pipedream
29- ```
30-
31- [ releases ] : https://github.com/meowgorithm/pipedream/releases
32-
3315### Usage
3416
3517``` bash
@@ -49,6 +31,24 @@ cat /data/dump.rdb | gzip | pipedream -bucket backups -path dump-$(now).rdb.gz
4931pipedream -h
5032```
5133
34+ ### Installation
35+
36+ Download a build from the [ releases] [ releases ] page. macOS, Linux and Windows builds are available for various architectures.
37+
38+ macOS users can also use Homebrew:
39+
40+ ```
41+ brew install meowgorithm/homebrew-tap/pipedream
42+ ```
43+
44+ Or you can just use ` go get ` :
45+
46+ ``` bash
47+ go get github.com/meowgorithm/pipedream/pipedream
48+ ```
49+
50+ [ releases ] : https://github.com/meowgorithm/pipedream/releases
51+
5252## Library
5353
5454The library uses an event based model, sending events through a channel.
You can’t perform that action at this time.
0 commit comments