docs.getutm.app
docs.getutm.app copied to clipboard
add homebrew to docs
Closes #63 Closes #49 (duplicate)
tested with:
name: jekyll
services:
minimal:
volumes:
- ./:/srv/jekyll
stdin_open: true
tty: true
image: jekyll/jekyll:latest
platform: linux/amd64
ports:
- 4000:4000
command: jekyll serve --livereload
@osy ?
See #63