Skip to content

Commit d8ae97c

Browse files
authored
Update README.rst
1 parent 52f305b commit d8ae97c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.rst

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@ Quick Started
5959
You can use docker compose to run BotSharp quickly, make sure you've got `Docker`_ installed.
6060
::
6161

62-
PS D:\> git clone https://github.com/Oceania2018/BotSharp
62+
PS D:\> git clone https://github.com/dotnetcore/BotSharp
6363
PS D:\> cd BotSharp
64-
PS D:\BotSharp\> docker-compose -f dockerfiles/docker-compose-articulateui.yml up
64+
PS D:\BotSharp\> docker-compose -f dockerfiles/docker-compose-core.yml up
6565

66-
Point your web browser at http://localhost:**** and enjoy BotSharp with Articulate-UI.
66+
Point your web browser at http://localhost:3112 and enjoy BotSharp Core.
6767

6868
Extension Libraries
6969
-----------------
7070
BotSharp uses component design, the kernel is kept to a minimum, and business functions are implemented by external components. The modular design also allows contributors to better participate.
7171

7272
* BotSharp platform emulator extension which is compatible with RASA NLU. `botsharp-rasa`_
73-
* BotSharp platform emulator extension which is compatible with Google Dialogflow. `botsharp-dialogflow`_
73+
* BotSharp platform emulator extension which is compatible with Google Dialogflow.
7474
* BotSharp platform emulator extension which is compatible with Articulate AI. `botsharp-articulate`_
7575
* BotSharp platform emulator extension which is compatible with RasaTalk. `botsharp-rasatalk`_
76-
* A channel module of BotSharp for Facebook Messenger. `botsharp-channel-fbmessenger`_
77-
* A channel module of BotSharp for Tencent Wechat. `botsharp-channel-weixin`_
78-
* A channel module of BotSharp for Telegram. `botsharp-channel-telegram`_
76+
* A channel module of BotSharp for Facebook Messenger.
77+
* A channel module of BotSharp for Tencent Wechat.
78+
* A channel module of BotSharp for Telegram.
7979
* Articulate UI customized for BotSharp NLU. `articulate-ui`_
8080

8181
Documents
@@ -102,10 +102,6 @@ Scan to join group in Wechat
102102
.. _license: https://raw.githubusercontent.com/Oceania2018/BotSharp/master/LICENSE
103103
.. _botsharpnuget: https://www.nuget.org/packages/BotSharp.Core
104104
.. _botsharp-rasa: https://github.com/Oceania2018/botsharp-rasa
105-
.. _botsharp-dialogflow: https://github.com/Oceania2018/botsharp-dialogflow
106105
.. _botsharp-articulate: https://github.com/Oceania2018/botsharp-articulate
107106
.. _botsharp-rasatalk: https://github.com/Obrain2016/botsharp-rasatalk
108-
.. _botsharp-channel-fbmessenger: https://github.com/Oceania2018/botsharp-channel-fbmessenger
109-
.. _botsharp-channel-weixin: https://github.com/Oceania2018/botsharp-channel-weixin
110-
.. _botsharp-channel-telegram: https://github.com/Oceania2018/botsharp-channel-telegram
111107
.. _articulate-ui: https://github.com/Oceania2018/articulate-ui

0 commit comments

Comments
 (0)