From c18537a8f0b34648289ebacaa9974183a808f044 Mon Sep 17 00:00:00 2001 From: zhangyanbo2007 <1093014078@qq.com> Date: Wed, 17 Oct 2018 02:40:53 +0800 Subject: [PATCH] Update README.rst --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4318d5ed..3a32a142 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,10 @@ Some Features Quick Started ------------- +1 Make sure that you have downloaded the related components. +2 See the file "BotSharp\BotSharp.WebHost\Settings\app.json",change the path to your own project's path +3 Select dialogflow or articulate to make it work. + You can use docker compose to run BotSharp quickly, make sure you've got `Docker`_ installed. :: @@ -56,7 +60,7 @@ You can use docker compose to run BotSharp quickly, make sure you've got `Docker PS D:\> cd BotSharp PS D:\BotSharp\> docker-compose -f dockerfiles/docker-compose-articulateui.yml up -Point your web browser at http://localhost:3000 and enjoy BotSharp with Articulate-UI. +Point your web browser at http://localhost:**** and enjoy BotSharp with Articulate-UI. Extension Libraries -----------------