2
2
ZulipCSharp is a library to connect to a Zulip server via API based on .NET Core
3
3
4
4
## Devlopment
5
- Fork the repo and then clone it and
5
+ Fork the repo, clone it and
6
6
then follow instructions per platform
7
7
8
8
Join us at [ zulip chat ZulipAPI.NET stream] ( https://chat.zulip.org/#narrow/stream/ZulipAPI.2ENET )
9
9
10
10
### Windows and MacOS
11
- If you havn't already download
12
- [ Visual Studio IDE form here] ( https://www.visualstudio.com/vs/ ) , and [ node.js] ( https://nodejs.org/en/download/ ) .
11
+ If you haven't already downloaded these:
12
+
13
+ * [ Visual Studio IDE] ( https://www.visualstudio.com/vs/ )
14
+ * [ node.js] ( https://nodejs.org/en/download/ ) .
13
15
14
16
```
15
17
# download dependencies for local server
16
18
cd test-server
17
19
npm i
18
20
```
19
21
20
-
21
22
### Linux
22
- Since Visual Studio IDE is not avalible for linux we need
23
- to get ` dotnet ` . Node for test server.
23
+ Since Visual Studio IDE is not available for Linux we need
24
+ to get ` dotnet core ` . Node for test server.
24
25
25
- - To get dotnet follow instructions here https://www.microsoft.com/net/download/linux
26
+ - To get dotnet follow instructions here https://www.microsoft.com/net/download/linux , download the SDK
26
27
- To get node follow instructions here https://nodejs.org/en/download/
27
28
28
29
@@ -37,7 +38,7 @@ to get `dotnet`. Node for test server.
37
38
38
39
39
40
### Pull Request
40
- commit messages should be formatted like below
41
+ commit messages should be formatted like below (present tense)
41
42
```
42
43
unit tests: add tests for file
43
44
(part of project): (summary of changes made)
@@ -54,7 +55,7 @@ dependencies in `test-server`
54
55
npm start
55
56
```
56
57
57
- or to run test on command prompt/ terminal
58
+ or to run test on command prompt / terminal
58
59
59
60
```
60
61
# on root directory
0 commit comments