Skip to content

Commit 6d38352

Browse files
committed
Formula && Updating Readme
1 parent f7c9912 commit 6d38352

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Formula/redix.rb

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ class Redix < Formula
33
homepage "https://alash3al.github.io/redix/"
44
url "https://github.com/alash3al/redix/releases/download/v1.6/redix_darwin_amd64.zip"
55
sha256 "2ee32559f97f57e3274d7fcbdf2a580925b5c6e826d241f545c1799ba88d31fc"
6-
# depends_on "cmake" => :build
76

87
def install
98
# Rename redix_darwin_amd64 To Redix

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install
2222
- Install Redix `brew install alash3al/redix/redix`
2323
- 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.
2424
- Using Docker: `docker run -P -v /path/to/redix-data:/root/redix-data alash3al/redix`
25-
- Build From Source: `go get github.com/alash3al/redix`.
25+
- From Source: `go get github.com/alash3al/redix`.
2626

2727
Configurations
2828
============

0 commit comments

Comments
 (0)