File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,25 @@ If you need to update cloned repository, run `update` sub-command.
133
133
Rebuild is performed for SwiftPM repos.
134
134
135
135
# Install
136
- ## install.sh (beta)
136
+ ## install.sh
137
137
I've written install/release scripts for SwiftPM executable.
138
138
This should be the easiest way.
139
139
```
140
140
bash <(curl -sL https://raw.githubusercontent.com/toshi0383/scripts/master/swiftpm/install.sh) cmdshelf
141
141
```
142
142
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
+
143
155
## Build from source
144
156
145
157
Please build from source-code if ` install.sh ` didn't work.
You can’t perform that action at this time.
0 commit comments