@@ -16,13 +16,15 @@ go get -u github.com/deltachat/deltachat-rpc-client-go
1616
1717### Installing deltachat-rpc-server
1818
19- This package depends on a standalone Delta Chat RPC server ` deltachat-rpc-server ` program that must be
20- available in your ` PATH ` . For installation instructions check:
21- https://github.com/deltachat/deltachat-core-rust/tree/master/deltachat-rpc-server
19+ This package depends on a standalone Delta Chat RPC server
20+ ` deltachat-rpc-server ` program that must be available in your
21+ ` PATH ` . For installation instructions check:
22+ https://github.com/chatmail/core/tree/main/deltachat-rpc-server
2223
2324## Usage
2425
25- Example echo-bot that will echo back any text message you send to it:
26+ Example echo-bot that will echo back any text message you send to
27+ it:
2628
2729<!-- MARKDOWN-AUTO-DOCS:START (CODE:src=./examples/echobot_full/echobot.go) -->
2830<!-- The below code snippet is automatically added from ./examples/echobot_full/echobot.go -->
@@ -98,17 +100,20 @@ for more examples.
98100
99101## Developing bots faster ⚡
100102
101- If what you want is to develop bots, you probably should use this library together with
102- [ deltabot-cli-go] ( https://github.com/deltachat-bot/deltabot-cli-go/ ) , it takes away the
103- repetitive process of creating the bot CLI and let you focus on writing your message processing logic.
103+ If what you want is to develop bots, you probably should use this
104+ library together with [ deltabot-cli-go] ( deltabotcli ) , it takes
105+ away the repetitive process of creating the bot CLI and let you
106+ focus on writing your message processing logic.
104107
105108## Testing your code
106109
107- ` deltachat.AcFactory ` is provided to help users of this library to unit-test their code.
110+ ` deltachat.AcFactory ` is provided to help users of this library
111+ to unit-test their code.
108112
109113### Local mail server
110114
111- You need to have a local fake email server running. The easiest way to do that is with Docker:
115+ You need to have a local fake email server running. The easiest
116+ way to do that is with Docker:
112117
113118```
114119$ docker pull ghcr.io/deltachat/mail-server-tester:release
@@ -216,3 +221,6 @@ Check the complete example at [examples/echobot_full](./examples/echobot_full)
216221## Contributing
217222
218223Pull requests are welcome! check [CONTRIBUTING.md](./CONTRIBUTING.md)
224+
225+
226+ [deltabotcli]: https://github.com/deltachat-bot/deltabot-cli-go/
0 commit comments