Skip to content

Commit 008c230

Browse files
authored
Merge pull request #3 from ggerman/feature/add-instalation-to-readme
install instructions
2 parents 5278ff7 + d9e318a commit 008c230

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# imprint
22
Secure, signed image rendering for Rails
3+
4+
## Installation
5+
6+
### System dependencies
7+
8+
```bash
9+
Ubuntu:
10+
sudo apt install libgd-dev
11+
```
12+
13+
macOS:
14+
```bash
15+
brew install gd
16+
```
17+
18+
### Gemfile
19+
```bash
20+
gem 'imprint'
21+
```

0 commit comments

Comments
 (0)