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 12
12
.DS_Store
13
13
14
14
.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.
13
13
* [ Contributor Agreement] ( #contributor-agreement )
14
14
15
15
[ How Can I Contribute?] ( #how-can-i-contribute )
16
+ * [ Setting up the repository] ( #setting-up-the-repository )
16
17
* [ Reporting Bugs] ( #reporting-bugs )
17
18
* [ Suggesting Enhancements] ( #suggesting-enhancements )
18
19
* [ Pull Requests] ( #pull-requests )
@@ -37,6 +38,14 @@ Not currently required.
37
38
38
39
## How can I contribute?
39
40
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
+
40
49
### Reporting Bugs
41
50
42
51
Please use __ Github Issues__ to report bugs. When filling out an issue report,
You can’t perform that action at this time.
0 commit comments