Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed May 12, 2024
1 parent b51390b commit 3c7f9f8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@

## Installation

Install the gem and add to the application's Gemfile by executing:
Add the following line to your Gemfile:

$ bundle add turbo-mount
```ruby
gem "turbo-mount"
```

If bundler is not being used to manage dependencies, install the gem by executing:
For projects utilizing build tools such as [Vite](http://vite-ruby.netlify.app), also install `turbo-mount` package:

$ gem install turbo-mount
```bash
npm install turbo-mount
# or with yarn
yarn add turbo-mount
```

## Usage

Expand Down

0 comments on commit 3c7f9f8

Please sign in to comment.