Skip to content

Commit 9d0650d

Browse files
merqlovec0ze
authored andcommitted
Add HomeBrew install method to README (#653) [skip ci]
1 parent 820e752 commit 9d0650d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ This will download a shell script and execute it. If the script asks for a pass
9797

9898
Once installed close and re-open the terminal so the installed command `fn` is in your path.
9999

100+
#### on OSX with HomeBrew:
101+
102+
```sh
103+
brew install iron-functions
104+
```
105+
100106
### Write a Function
101107

102108
Functions are small, bite sized bits of code that do one simple thing. Forget about monoliths when using functions,

0 commit comments

Comments
 (0)