From d4dc07171fa46dcd130d8ca05d89293f14438a7b Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Thu, 30 Aug 2018 22:04:50 -0500 Subject: [PATCH] update install docs. --- README.rst | 2 ++ docs/installation.rst | 5 +++++ 2 files changed, 7 insertions(+) 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`_ ::