Skip to content

Commit 90a25a2

Browse files
committed
Update README
1 parent b435baa commit 90a25a2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,25 @@ If you need to update cloned repository, run `update` sub-command.
133133
Rebuild is performed for SwiftPM repos.
134134

135135
# Install
136-
## install.sh (beta)
136+
## install.sh
137137
I've written install/release scripts for SwiftPM executable.
138138
This should be the easiest way.
139139
```
140140
bash <(curl -sL https://raw.githubusercontent.com/toshi0383/scripts/master/swiftpm/install.sh) cmdshelf
141141
```
142142

143+
## brew tap (beta)
144+
cmdshelf is available via homebrew. Run following to install.
145+
```
146+
brew tap toshi0383/cmdshelf
147+
brew install cmdshelf
148+
```
149+
This runs install.sh behind the scene.
150+
151+
brew exits with "Empty Installation" error, but install should succeed.
152+
Anyone knows how to fix this? PR is appreciated.
153+
https://github.com/toshi0383/homebrew-cmdshelf
154+
143155
## Build from source
144156

145157
Please build from source-code if `install.sh` didn't work.

0 commit comments

Comments
 (0)