From 7a7e50bf34211acd9c73db7d9e2d58ecd32ed95d Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Tue, 24 Oct 2023 13:48:10 -0400 Subject: [PATCH] minor update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc35068..3420586 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@ CLI tool to manage cloudflare DNS records ### Using [go](https://go.dev) ```bash -❯ go install go.balki.me/cloudflare-dns-cli@latest +go install go.balki.me/cloudflare-dns-cli@latest # Run directly without installing -❯ go run go.balki.me/cloudflare-dns-cli@latest -h +go run go.balki.me/cloudflare-dns-cli@latest -h ``` ### Using [docker](https://www.docker.com) ```bash -❯ mkdir -p $HOME/bin -❯ docker run --pull=always --rm -v "$HOME/bin:/op" golang sh -c "go install go.balki.me/cloudflare-dns-cli@latest && install -o $(id -u) -g $(id -g) /go/bin/cloudflare-dns-cli /op/" +mkdir -p $HOME/bin +docker run --pull=always --rm -v "$HOME/bin:/op" golang sh -c "go install go.balki.me/cloudflare-dns-cli@latest && install -o $(id -u) -g $(id -g) /go/bin/cloudflare-dns-cli /op/" # Run directly without installing -❯ docker run --pull=always --rm golang go run go.balki.me/cloudflare-dns-cli@latest -h +docker run --pull=always --rm golang go run go.balki.me/cloudflare-dns-cli@latest -h ``` ## Features