Merge pull request #42 from yantang-msft/ContributingGuide

Minor updates of the Contributing.md
This commit is contained in:
Sergey Kanzhelev 2018-04-24 09:19:46 -07:00 коммит произвёл GitHub
Родитель ef65821b0b 073052781a
Коммит 1e10674e92
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -2,9 +2,15 @@
If you're interested in contributing, take a look at the general [contributer's guide](https://github.com/Microsoft/ApplicationInsights-Home/blob/master/CONTRIBUTING.md) first.
## Build Gem
Run ```gem build application_insights.gemspec``` to generate the gem file.
And you can install the gem to test it locally by running ```gem install application_insights-[version].gem```.
## Run Test
Make sure you have bundler installed, you can install it by ```gem install bundler```. And run ```bundler install``` once to install all dependencies.
Make sure you have bundler installed, you can install it by ```sudo gem install bundler```. And run ```bundler install``` once to install all dependencies.
Run ```rake test```.