diff --git a/BINARIES/MacChatScript b/BINARIES/MacChatScript old mode 100644 new mode 100755 index 728dd6f2..20ea9658 Binary files a/BINARIES/MacChatScript and b/BINARIES/MacChatScript differ diff --git a/README.md b/README.md index 86f9252e..b0a95d82 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) @@ -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