From ae24f8d092563e6267b8f4291eb84f5b33e56dfc Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Thu, 27 Jun 2019 08:17:53 +0200 Subject: Small fixes in the readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 18353dc..1898572 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ Demo: https://gopher.feuerfuchs.dev/ ## Requirements -- libvips: Fast on-demand thumbnail generation +- **libvips:** Fast on-demand thumbnail generation ## Installation - - $ go install git.feuerfuchs.dev/Feuerfuchs/gopherproxy/... + +```#!bash +$ go install git.feuerfuchs.dev/Feuerfuchs/gopherproxy/... +``` ## Usage @@ -49,12 +51,12 @@ Folder structure: - **fonts:** Fonts that will be minified - **js:** TypeScript source files -I recommend using a pre-commit hook that compiles all assets automatically: +I recommend using a git pre-commit hook that compiles all assets automatically: ```#!bash #!/bin/sh -exec make build +make build git add -f assets exit 0 ``` -- cgit v1.2.3-54-g00ecf