-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from linuxjuggler/master
Adding readme file and update the requirements
- Loading branch information
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Botman Studio installer | ||
|
||
First, download the BotMan installer using Composer: | ||
|
||
``` | ||
composer global require "botman/installer" | ||
``` | ||
|
||
Make sure to place the `$HOME/.composer/vendor/bin directory` | ||
(or the equivalent directory for your OS) in your `$PATH` so the botman executable can be located by your system. | ||
|
||
Once installed, the botman new command will create a fresh BotMan Studio installation in the directory you specify. | ||
|
||
For instance, `botman new weatherbot` will create a directory named `weatherbot` containing a fresh BotMan Studio | ||
installation with all of BotMan's dependencies already installed: | ||
|
||
``` | ||
botman new weatherbot | ||
``` | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters