From dc43e26770b25a9f845fbede2908ae7774cd1130 Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 24 Sep 2024 03:09:50 +0800 Subject: [PATCH] Format README for better clarity in setup instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f1142d8..d06bc8df 100755 --- a/README.md +++ b/README.md @@ -49,11 +49,17 @@ A lightweight, easy-to-use, and [performant](docs/benchmark_result.md) reverse p ### Setup -1. Pull docker image `docker pull ghcr.io/yusing/go-proxy:latest` +1. Pull docker image + + ```shell + docker pull ghcr.io/yusing/go-proxy:latest + ``` 2. Create new directory, `cd` into it, then run setup - `docker run --rm -v .:/setup ghcr.io/yusing/go-proxy /app/go-proxy setup` + ```shell + docker run --rm -v .:/setup ghcr.io/yusing/go-proxy /app/go-proxy setup + ``` 3. Setup DNS Records point to machine which runs `go-proxy`, e.g.