File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ An example LINE bot just to echo messages
44
55## Getting started
66
7- ``` ruby
7+ ``` sh
88$ export LINE_CHANNEL_SECRET=YOUR_CHANNEL_SECRET
99$ export LINE_CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
1010$ bundle install
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A kitchen-sink LINE bot example
44
55## Getting started
66
7- ``` ruby
7+ ``` sh
88$ export LINE_CHANNEL_SECRET=YOUR_CHANNEL_SECRET
99$ export LINE_CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
1010$ bundle install
Original file line number Diff line number Diff line change 44
55## Getting started
66
7- ``` ruby
7+ ``` sh
88$ export LINE_CHANNEL_SECRET=YOUR_CHANNEL_SECRET
99$ export LINE_CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
1010$ bundle install
Original file line number Diff line number Diff line change 55## Getting started
66Update User ID of ` app.rb ` and `audience.txt' to your own.
77
8- ``` ruby
8+ ``` sh
99$ export LINE_CHANNEL_SECRET=YOUR_CHANNEL_SECRET
1010$ export LINE_CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
1111$ bundle install
Original file line number Diff line number Diff line change 44
55## Getting started
66
7- ``` ruby
7+ ``` sh
88$ export LINE_CHANNEL_ID=YOUR_CHANNEL_ID
99$ export LINE_CHANNEL_SECRET=YOUR_CHANNEL_SECRET
1010$ bundle install
Original file line number Diff line number Diff line change 44
55## Getting started
66
7- ``` ruby
7+ ``` sh
88$ export LINE_CHANNEL_SECRET=YOUR_CHANNEL_SECRET
99$ export LINE_CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
1010$ bundle install
You can’t perform that action at this time.
0 commit comments