File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1212.DS_Store
1313
1414.vscode
15+ .idea
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ so if you feel something is missing feel free to send a pull request.
1313 * [ Contributor Agreement] ( #contributor-agreement )
1414
1515[ How Can I Contribute?] ( #how-can-i-contribute )
16+ * [ Setting up the repository] ( #setting-up-the-repository )
1617 * [ Reporting Bugs] ( #reporting-bugs )
1718 * [ Suggesting Enhancements] ( #suggesting-enhancements )
1819 * [ Pull Requests] ( #pull-requests )
@@ -37,6 +38,14 @@ Not currently required.
3738
3839## How can I contribute?
3940
41+ ### Setting up the repository
42+
43+ To set up the library locally, do the following:
44+
45+ 1 ) Clone this repository.
46+ 2 ) Install librdkafka with ` git submodule update --init --recursive `
47+ 3 ) Install the dependencies ` npm install `
48+
4049### Reporting Bugs
4150
4251Please use __ Github Issues__ to report bugs. When filling out an issue report,
You can’t perform that action at this time.
0 commit comments