From ddb63d81a77bf6aca08d2693ae9ed42320bb6c9a Mon Sep 17 00:00:00 2001 From: Rob Fuller <679319+mubix@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:04:43 -0500 Subject: [PATCH] fix install doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac6c2e7e67..a51aad5fac 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Welcome to OpenSign, the premier open source docusign alternative - document e-s The simplest way to install OpenSign on your own server is using official docker images by running the following command - ``` -export HOST_URL=https://opensign.yourdomain.com && curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta/docker-compose.yml https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta/Caddyfile https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta/.env.local_dev && mv .env.local_dev .env.prod && docker compose up --force-recreate +export HOST_URL=https://opensign.yourdomain.com && curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/docker-compose.yml https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/Caddyfile https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/.env.local_dev && mv .env.local_dev .env.prod && docker compose up --force-recreate ``` Make sure that you have `Docker` and `git` installed before you run this command -