README.md in match-0.1.0 vs README.md in match-0.1.1

- old
+ new

@@ -29,11 +29,10 @@ match ============ [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/match/blob/master/LICENSE) [![Gem](https://img.shields.io/gem/v/match.svg?style=flat)](http://rubygems.org/gems/match) -[![Build Status](https://img.shields.io/travis/fastlane/match/master.svg?style=flat)](https://travis-ci.org/fastlane/match) ###### Easily sync your certificates and profiles across your team using git A new approach to iOS code signing: Share one code signing identity across your development team to simplify your codesigning setup and prevent code signing issues. @@ -159,9 +158,11 @@ ``` #### Passphrase When running `match` for the first time on a new machine, it will ask you for the passphrase for the Git repository. This is an additional layer of security: each of the files will be encrypted using `openssl`.Make sure to remember the password, as you'll need it when you run match on a different machine + +To set the passphrase using an environment variable, use `MATCH_PASSWORD`. #### New machine To set up the certificates and provisioning profiles on a new machine, you just run the same command using: