From 3358f144b98efa8ca67aaf0bad46e432fb144d6f Mon Sep 17 00:00:00 2001 From: redwerkz Date: Wed, 14 Sep 2022 05:56:33 +0200 Subject: [PATCH] fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b8fd8d..1d38c70 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ Clone this repository and setup the [.env](#environment) file for your desired c # Clone this repository to your computer git clone https://github.com/jwobith/docker-gitea && cd docker-gitea -# Create a `.env` file by copying and adjusting `env.sample` for configuration. -cp env.sample .env +# Create a `.env` file by copying and adjusting `.env.sample` for configuration. +cp .env.sample .env ``` Start the docker service @@ -232,7 +232,7 @@ sudo ufw status verbose ### Environment -The configuration is performed via environment variables contained in a `.env` file. You can copy the provided `env.sample` file as a reference. +The configuration is performed via environment variables contained in a `.env` file. You can copy the provided `.env.sample` file as a reference. Variable | Description | Example --- | --- | ---