Skip to content

Commit ad0ae6f

Browse files
authored
adding brew install for git-lfs
1 parent 7e2fe4c commit ad0ae6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To run the demo:
2222
```
2323
$ git clone https://github.com/RedisGears/AnimalRecognitionDemo.git
2424
$ cd AnimalRecognitionDemo
25-
# If you don't have it already, install https://git-lfs.github.com/
25+
# If you don't have it already, install https://git-lfs.github.com/ (On OSX: brew install git-lfs)
2626
$ git lfs install && git lfs fetch && git lfs checkout
2727
$ docker-compose up
2828
```

0 commit comments

Comments
 (0)