Skip to content

Commit

Permalink
Remove $ from README and update install instructions (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci authored Jul 12, 2024
1 parent 900aa0d commit a5f5b9d
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,31 @@

## Installation

### Gem installation

Add `htmx-rails` to your `Gemfile`:

```ruby
gem 'htmx-rails'
```

And then execute:
And then execute in your shell:

$ bundle install
```
bundle install
```

Or install it yourself as:
Or install it yourself by executing:

$ gem install htmx-rails
```
gem install htmx-rails
```

After installing the gem, run the installer:
### After installing the gem, run the installer:

$ rails g htmx:install
```
rails g htmx:install
```

## Usage

Expand Down

0 comments on commit a5f5b9d

Please sign in to comment.