mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Remove bundler
references for building
We vendor the libraries now
This commit is contained in:
parent
1a9bc5c007
commit
9751fbeefa
1 changed files with 0 additions and 15 deletions
15
README.md
15
README.md
|
@ -100,21 +100,6 @@ $ reattach-to-user-namespace mas install
|
|||
|
||||
## Build from source
|
||||
|
||||
`mas` currently requires the [bundler](http://bundler.io/) RubyGem in order to
|
||||
bootstrap and build the project. There are a number ways to install bundler but
|
||||
if you have never used it before then installing it with `gem` should be enough.
|
||||
|
||||
```
|
||||
$ gem install bundler
|
||||
```
|
||||
|
||||
You can now bootstrap the project by executing the `bootstrap` script
|
||||
from the mas sources script directory:
|
||||
|
||||
```
|
||||
$ script/bootstrap
|
||||
```
|
||||
|
||||
You can now build from Xcode by opening `mas-cli.xcodeproj`, or from the Terminal:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue