Skip to content

Commit e0fe048

Browse files
committed
doc: add brew install instructions
1 parent e716320 commit e0fe048

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ CodeFlare is a framework to simplify the integration, scaling and
88
acceleration of complex multi-step analytics and machine learning
99
pipelines on the cloud.
1010

11+
## Installation
12+
13+
```shell
14+
brew tap project-codeflare/codeflare-cli https://github.com/project-codeflare/codeflare-cli
15+
brew install codeflare
16+
```
17+
1118
## License
1219

1320
CodeFlare CLI is an open-source project with an [Apache 2.0 license](LICENSE).

bin/codeflare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ do
121121
esac
122122
done
123123

124-
if [ -n "$do_cli" ]; then
124+
if [ "$do_cli" = "1" ]; then
125125
# launch headless version; here, we use madwizard directly, but
126126
# using electron as the nodejs binary (this is what
127127
# ELECTRON_RUN_AS_NODE does for us)

0 commit comments

Comments
 (0)