Skip to content

Commit

Permalink
Remove Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Jun 14, 2021
1 parent 265a988 commit 912b6d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Brewfile

This file was deleted.

11 changes: 8 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ The test suite requires that you have the following installed:
* [SQLite]
* [libvips] - please download the appropriate package suiting your operating system.

If you're using Homebrew, you can just run `brew bundle`. The test suite is
best run using Rake:
With Hombrew this would be:

```sh
$ brew install libmagic sqlite libvips
```

The test suite is best run using Rake:

```
$ rake test
Expand All @@ -63,4 +68,4 @@ rooms, and mailing lists is expected to follow the [Shrine code of conduct].
[Creating a New Plugin]: /doc/creating_plugins.md#readme
[Plugin system of Sequel and Roda]: https://twin.github.io/the-plugin-system-of-sequel-and-roda/
[Notes on study of shrine implementation]: https://bibwild.wordpress.com/2018/09/12/notes-on-study-of-shrine-implementation/
[self-contained example]: https://github.com/shrinerb/shrine/blob/master/SELF_CONTAINED_EXAMPLE.md
[self-contained example]: https://github.com/shrinerb/shrine/blob/master/SELF_CONTAINED_EXAMPLE.md

0 comments on commit 912b6d3

Please sign in to comment.