diff --git a/README.rst b/README.rst index d24283b5..678763ff 100644 --- a/README.rst +++ b/README.rst @@ -27,6 +27,8 @@ Quick Started You can use docker compose to run BotSharp quickly, make sure you've got `Docker`_ installed. :: + PS D:\> git clone https://github.com/Oceania2018/BotSharp + PS D:\> cd BotSharp PS D:\BotSharp\> docker-compose -f docker-compose-articulateui.yml up Point your web browser at http://localhost:3000 and enjoy BotSharp with Articulate-UI. diff --git a/docs/installation.rst b/docs/installation.rst index f884604f..d214fa3b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -8,6 +8,11 @@ Docker Composer ^^^^^^^^^^^^^^^ You can use docker compose to run, make sure you've got `Docker`_ installed. +:: + + PS D:\> git clone https://github.com/Oceania2018/BotSharp + PS D:\> cd BotSharp + 1. Integrate with `Articulate UI`_ ::