Skip to content

Commit 8df4182

Browse files
authored
Create README.md
1 parent 066d468 commit 8df4182

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.

0 commit comments

Comments
 (0)