Skip to content

Commit 74656f7

Browse files
committed
Remove linux reference from README
1 parent 01d11bd commit 74656f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ This gem give you ability to perform various batch actions on any filtered(or sc
1212

1313
# Install
1414

15-
Add gem to you "Gemfile"
15+
Add this line to your application's Gemfile:
1616

1717
```ruby
1818
gem 'active_admin_scoped_collection_actions', github: 'activeadmin-plugins/active_admin_scoped_collection_actions'
1919
```
2020

21-
Then in linux console run:
21+
And then execute:
2222

2323
```
2424
$ bundle
2525
```
2626

27-
Add the following line at the end of "app/assets/javascript/active_admin.js.coffee"
27+
Add the following line at the end of "app/assets/javascript/active_admin.js.coffee":
2828

2929
```javascript
3030
//= require active_admin_scoped_collection_actions

0 commit comments

Comments
 (0)