Updated Windows Bot Setup (markdown)

Brendan Dahl 2017-02-03 13:59:54 -08:00
parent 11064ad887
commit 9ec3631f20

@ -4,24 +4,8 @@
1. Ensure installer adds it to the path 1. Ensure installer adds it to the path
1. Install node js lts https://nodejs.org/en/ 1. Install node js lts https://nodejs.org/en/
1. Install botio from cloned repo (the npm package is not up to date) 1. Install botio from cloned repo (the npm package is not up to date)
1. git clone https://github.com/arturadib/botio.git 1. git clone https://github.com/brendandahl/botio.git
1. cd botio 1. cd botio
1. modify package
```diff
diff --git a/package.json b/package.json
index ad583af..fca270b 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"commander": "0.5.2",
"express": "2.5.8",
"request": "2.9.153",
- "shelljs": "latest"
+ "shelljs": "0.0.5pre4"
},
"devDependencies": {},
```
1. npm install -g . 1. npm install -g .
1. Install bot files 1. Install bot files
1. `git clone https://github.com/mozilla/botio-files-pdfjs.git` 1. `git clone https://github.com/mozilla/botio-files-pdfjs.git`