Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed May 29, 2024
1 parent ed51f0b commit 62f4f69
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

> A REXML extension for supporting CSS selector.
## Installation
[![GitHub Actions status](https://img.shields.io/github/actions/workflow/status/makenowjust/rexml-css_selector/main.yml?style=for-the-badge&logo=github)](https://github.com/makenowjust/rexml-css_selector/actions/workflows/main.yml)
[![RubyGems version badge](https://img.shields.io/gem/v/rexml-css_selector?style=for-the-badge&logo=rubygems)](https://rubygems.org/gems/rexml-css_selector)

This library has not been published on RubyGems yet.
## Installation

You can use this library via GitHub source.
Please add the following line to your `Gemfile`.

```ruby
gem 'rexml-css_selector'
```

Or, you can use this library via GitHub source.
In this case, please add the following line to your `Gemfile`.

```ruby
gem 'rexml-css_selector', :git => 'git://github.com/makenowjust/rexml-css_selector.git'
```
Expand Down

0 comments on commit 62f4f69

Please # to comment.