@@ -17,6 +17,7 @@ the entire project.
17
17
18
18
- [ Screenshot] ( #screenshot )
19
19
- [ Download] ( #download )
20
+ - [ Help] ( #help )
20
21
- [ Services] ( #services )
21
22
- [ Building Komodo] ( #building-komodo )
22
23
- [ Building on Windows] ( #building-on-windows )
@@ -33,6 +34,20 @@ the entire project.
33
34
34
35
You can [ download Komodo IDE installer here] ( installers/ ) .
35
36
37
+ ## Help
38
+
39
+ There are several ways to get in contact with the Komodo devs:
40
+
41
+ Github: < https://github.com/ActiveState/OpenKomodoIDE >
42
+
43
+ Gitter: < https://gitter.im/ActiveState/Komodo >
44
+
45
+ Forums: < http://community.komodoide.com/ >
46
+
47
+ Bug Tracker: < https://github.com/ActiveState/OpenKomodoIDE/issues >
48
+
49
+ IRC: < irc://irc.mozilla.org/#komodo >
50
+
36
51
## Services
37
52
38
53
Komodo IDE has several remote services that are required to get the full functionality out of program.
@@ -185,7 +200,7 @@ be downloaded first.
185
200
186
201
###### These files need to be changed:
187
202
188
- 1 . /KomodoEdit /mozilla/build/moz3500-ko9.10/mozilla/configure.in
203
+ 1 . /Komodo /mozilla/build/moz3500-ko9.10/mozilla/configure.in
189
204
190
205
```
191
206
@@ -7509,8 +7509,6 @@
199
214
200
215
See [ bug #1153109 ] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1153109 ) in Mozilla's bug database for more information.
201
216
202
- 2 . /KomodoEdit /mozilla/build/moz3500-ko9.10/mozilla/dom/ipc/Blob.cpp
217
+ 2 . /Komodo /mozilla/build/moz3500-ko9.10/mozilla/dom/ipc/Blob.cpp
203
218
204
219
```
205
220
@@ -3874,7 +3874,7 @@
@@ -308,7 +323,7 @@ Or to do it all at once (clean, build and run)
308
323
### Building Complications
309
324
310
325
If any errors occur during your first built-time and it is not obvious how to fix
311
- the issue on your own please refer to the [ Feedback ] ( #feedback ) section on how to get in contact
326
+ the issue on your own please refer to the [ Help ] ( #help ) section on how to get in contact
312
327
with us.
313
328
314
329
Note that if building complications arise after you updated your repo with the latest
0 commit comments