From d47afa3081f3cc4f6690066174fc18e1fb6e7161 Mon Sep 17 00:00:00 2001 From: yusing Date: Wed, 6 Nov 2024 05:05:46 +0800 Subject: [PATCH] removed extra ` from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b56d358..a9b1f07 100755 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Setup DNS Records point to machine which runs `GoDoxy`, e.g. - set random JWT secret ```shell - sed -i "s|GOPROXY_API_JWT_SECRET=.*|GOPROXY_API_JWT_SECRET=$(openssl rand -base64 32)|g" .env` + sed -i "s|GOPROXY_API_JWT_SECRET=.*|GOPROXY_API_JWT_SECRET=$(openssl rand -base64 32)|g" .env ``` - change username and password for WebUI authentication