docs.getutm.app icon indicating copy to clipboard operation
docs.getutm.app copied to clipboard

add homebrew to docs

Open oregonpillow opened this issue 1 year ago • 2 comments

Closes #63 Closes #49 (duplicate)

oregonpillow avatar Dec 26 '24 17:12 oregonpillow

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

image

oregonpillow avatar Dec 26 '24 19:12 oregonpillow

@osy ?

oregonpillow avatar Jan 10 '25 09:01 oregonpillow

See #63

osy avatar Aug 29 '25 22:08 osy