Skip to content

Commit 1644c6f

Browse files
committed
removed HOW_TO_INSTALL.md, adjusted README.md
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 65881c2 commit 1644c6f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

HOW_TO_INSTALL.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
**A talk bot using [`AppAPI`](https://github.com/nextcloud/app_api), Task Processing API, and Talk Bot API.**
44

5-
The bot is capable of answering questions in chat depending on the model set by Nextcloud Assistant.
5+
> **Note:**
6+
> The `AppAPI` application needs to be enabled to install and use this bot.
67
7-
Refer to [How to install](https://github.com/nextcloud/talk_bot_ai/blob/main/HOW_TO_INSTALL.md) to install the application.
8+
The bot answers questions in chat based on the model set by Nextcloud Assistant.
9+
10+
## Hot to install:
11+
12+
1. Set up a deployment daemon by following the [AppAPI instructions](https://nextcloud.github.io/app_api/CreationOfDeployDaemon.html). _(Automatically created with AIO)_
13+
2. Go to the `Apps` menu in Nextcloud, find this app, and click `Deploy and Enable`.
14+
3. In Nextcloud Talk, open a conversation and activate the bot in `Conversation settings`.
15+
4. Invoke the bot by typing `@assistant` followed by your question (e.g., `@assistant I have a question for you.`).

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
**A talk bot using [`AppAPI`](https://github.com/nextcloud/app_api), Task Processing API, and Talk Bot API.**
99
1010
The bot is capable of answering questions in chat depending on the model set by Nextcloud Assistant.
11-
12-
Refer to [How to install](https://github.com/nextcloud/talk_bot_ai/blob/main/HOW_TO_INSTALL.md) to install the application.
11+
.
12+
**The [`AppAPI`](https://github.com/nextcloud/app_api) application needs to be enabled to install and use this bot.**
1313
]]></description>
1414
<version>3.0.0</version>
1515
<licence>MIT</licence>

0 commit comments

Comments
 (0)