diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-26 22:13:55 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-26 22:13:55 +0200 |
commit | 1492819b6ab2e98ac94273e3a1da580e5b1019f4 (patch) | |
tree | cef5beffe12e311cc0bc380fed6568014d01e192 | |
parent | Readme: Add pre-commit hook (diff) | |
download | gopherproxy-1492819b6ab2e98ac94273e3a1da580e5b1019f4.tar.gz gopherproxy-1492819b6ab2e98ac94273e3a1da580e5b1019f4.tar.bz2 gopherproxy-1492819b6ab2e98ac94273e3a1da580e5b1019f4.zip |
Readme: Fix indentation for code block
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,14 +10,12 @@ Demo: https://gopher.feuerfuchs.dev/ | |||
10 | 10 | ||
11 | ## Requirements | 11 | ## Requirements |
12 | 12 | ||
13 | gopherproxy requires the following programs and libraries: | ||
14 | |||
15 | - libvips: Fast on-demand thumbnail generation | 13 | - libvips: Fast on-demand thumbnail generation |
16 | 14 | ||
17 | 15 | ||
18 | ## Installation | 16 | ## Installation |
19 | 17 | ||
20 | $ go install git.feuerfuchs.dev/Feuerfuchs/gopherproxy/... | 18 | $ go install git.feuerfuchs.dev/Feuerfuchs/gopherproxy/... |
21 | 19 | ||
22 | 20 | ||
23 | ## Usage | 21 | ## Usage |