You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,12 @@ Why
18
18
19
19
Install
20
20
=======
21
-
- from source: `go get github.com/alash3al/redix`.
22
-
- from binaries: go [there](https://github.com/alash3al/redix/releases) and choose your platform based binary, then download and execute from the command line with `-h` flag to see the help text.
23
-
- using docker: `docker run -P -v /path/to/redix-data:/root/redix-data alash3al/redix`
21
+
- Using Homebrew:
22
+
- Add Homebrew Tap `brew tap alash3al/redix https://github.com/alash3al/redix`
- From Binaries: go [there](https://github.com/alash3al/redix/releases) and choose your platform based binary, then download and execute from the command line with `-h` flag to see the help text.
25
+
- Using Docker: `docker run -P -v /path/to/redix-data:/root/redix-data alash3al/redix`
26
+
- From Source: `go get github.com/alash3al/redix`.
0 commit comments