aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2017-06-07 19:47:42 +0300
committerValentin Popov <valentineus@gmail.com>2017-06-07 19:47:42 +0300
commit0d420f131907f1451d704cb4db2909d30a8c77d8 (patch)
tree5f5d68ef2fb2170a35e6344dba6dfe18158b445c /README.md
parent21b06809168af0f2b4bc8c909bdee1619aac57a3 (diff)
downloadiii-for-vk-0d420f131907f1451d704cb4db2909d30a8c77d8.tar.xz
iii-for-vk-0d420f131907f1451d704cb4db2909d30a8c77d8.zip
Release of version 0.0.4.HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index a0c5366..97c59ea 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,11 @@ A simple example that implements an answering machine is at the root of the repo
This is the file `example.js`.
In the NPM package it is not included to reduce the volume:
```bash
-$ git clone https://github.com/valentineus/iii-for-vk.git
-$ cd ./iii-for-vk
-# Edit the file example.js
-$ node ./example.js
+$ npm init
+$ npm install --save iii-for-vk
+$ curl -L -o index.js https://raw.githubusercontent.com/valentineus/iii-for-vk/master/example.js
+// Edit the file index.js
+$ node ./index.js
```
## Expanding functionality