Skip to content

Commit

Permalink
Add readme hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Mar 3, 2021
1 parent b7e67c2 commit babd4b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ WeChat gem帮助开发者方便地在Rails环境中集成[微信公众平台](ht

```
gem install "wechat"
# 如果使用 Ruby 版本小于 2.6
# gem install wechat -v 0.12.2
```

或者添加下面这行到 `Gemfile`:

```
gem 'wechat'
# 如果使用 Rails 版本小于 6
# gem 'wechat', '~> 0.12.2'
```

运行下面这行代码来安装:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,16 @@ Use `gem install`

```
gem install "wechat"
# If your ruby version < 2.6
# gem install wechat -v 0.12.2
```

Or add it to your app's `Gemfile`:

```
gem 'wechat'
# If your rails version < 6.0
# gem 'wechat', '~> 0.12.2'
```

Run the following command to install it:
Expand Down

0 comments on commit babd4b5

Please sign in to comment.