File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ An example LINE bot to echo message with TypeScript. The bot is coded according
7
7
- Clone the repository.
8
8
9
9
``` bash
10
- # To clone only this example.
11
- git clone https://github.com/lauslim12/line-bot-sdk-nodejs examples/echo-bot-ts
12
-
13
- # Clone whole repository.
14
10
git clone https://github.com/line/line-bot-sdk-nodejs.git
15
11
```
16
12
13
+ - Change directory to the example.
14
+
15
+ ``` bash
16
+ cd line-bot-sdk-nodejs/examples/echo-bot-ts
17
+ ```
18
+
17
19
- Install all dependencies.
18
20
19
21
``` bash
@@ -53,7 +55,13 @@ If you want to deploy it via Heroku, it is also possible and is even easier for
53
55
- Clone the repository.
54
56
55
57
``` bash
56
- git clone https://github.com/lauslim12/line-bot-sdk-nodejs examples/echo-bot-ts
58
+ git clone https://github.com/line/line-bot-sdk-nodejs.git
59
+ ```
60
+
61
+ - Change directory to the example.
62
+
63
+ ``` bash
64
+ cd line-bot-sdk-nodejs/examples/echo-bot-ts
57
65
```
58
66
59
67
- Create a Heroku application.
You can’t perform that action at this time.
0 commit comments