Skip to content

Commit 96695c2

Browse files
authored
Move usage before installation in README
1 parent b071c54 commit 96695c2

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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
4931
pipedream -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

5454
The library uses an event based model, sending events through a channel.

0 commit comments

Comments
 (0)