File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Botman Studio installer
2
+
3
+ First, download the BotMan installer using Composer:
4
+
5
+ ```
6
+ composer global require "botman/installer"
7
+ ```
8
+
9
+ Make sure to place the ` $HOME/.composer/vendor/bin directory `
10
+ (or the equivalent directory for your OS) in your ` $PATH ` so the botman executable can be located by your system.
11
+
12
+ Once installed, the botman new command will create a fresh BotMan Studio installation in the directory you specify.
13
+
14
+ For instance, ` botman new weatherbot ` will create a directory named ` weatherbot ` containing a fresh BotMan Studio
15
+ installation with all of BotMan's dependencies already installed:
16
+
17
+ ```
18
+ botman new weatherbot
19
+ ```
20
+
21
+ Take a look at the [ BotMan Studio documentation] ( https://botman.io/2.0/botman-studio ) , to learn more about how to add and configure messaging drivers.
You can’t perform that action at this time.
0 commit comments