Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified BINARIES/MacChatScript
100644 → 100755
Binary file not shown.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Above example mentioned in article [How to build your first chatbot using ChatSc
* Integrated tools to support maintaining and testing large systems.
* UTF8 support allows scripts written in any language
* User support forum on [chatbots.org](https://www.chatbots.org/ai_zone/viewforum/44/)
* Issues or bugs on this [repo](https://github.com/bwilcox-1234/ChatScript/issues)
* Issues or bugs on this [repo](https://github.com/ChatScript/ChatScript/issues)


# Getting started
Expand All @@ -85,7 +85,7 @@ Above example mentioned in article [How to build your first chatbot using ChatSc

Take this project and put it into some directory on your machine (typically we call the directory ChatScript, but you can name it whatever). That takes care of installation.

git clone https://github.com/bwilcox-1234/ChatScript
git clone https://github.com/ChatScript/ChatScript.git


## Standalone mode - run locally on a console (for developement/test)
Expand Down Expand Up @@ -167,6 +167,8 @@ The result will go in the `BINARIES` directory.

On Linux, go stand in the SRC directory and type `make server` (assuming you have make and g++ installed). This creates BINARIES/ChatScript, which can run as a server or locally. There are other make choices for installing PostGres or Mongo.

For Mac follow the instructions in the [Chatscript on a Mac Guild](/WIKI/OVERVIEWS-AND-TUTORIALS/ChatScript-on-a-Mac.md).


# Full Documentation

Expand Down