Skip to content

Commit 7e8761f

Browse files
committed
fixed inaccurate README command
1 parent a11eaab commit 7e8761f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Once the `REPO_DIR` variable and `gemini-git-browser.toml` file is set, executin
5151
The UI is also packaged as a docker image for easy deployment. To run it:
5252

5353
- create the `gemini-git-browser.toml` file
54-
- a TLS certificate and private key (gemini uses TLS by default)
55-
- mount the `gemini-git-browser.toml`, the certificate and private key and your repository directory into the container with the following command:
54+
- create a TLS certificate and private key (gemini uses TLS by default)
55+
- mount the `gemini-git-browser.toml`, the certificate, private key, and your repository directory into the container with the following command:
5656

5757
```
5858
docker run -p 1965:1965 \
5959
-v /etc/letsencrypt/live/yourdomain.com/fullchain.pem:/app/cert/cert.pem \
6060
-v /etc/letsencrypt/live/yourdomain.com/privkey.pem:/app/cert/key.pem \
6161
-v /my-repositories:/repositories
62-
-v $HOME/.config/config/config.toml:/root/.config/config/config.toml
62+
-v $HOME/.config/gemini-git-browser/gemini-git-browser.toml:/root/.config/gemini-git-browser/gemini-git-browser.toml
6363
-it ayravat/gemini-git-browser:latest
6464
```
6565
The paths used in this example are the default let's encrypt certificate and key paths and the default location of the `gemini-git-browser.toml` file. Please adjust the command accordingly if your certificate or toml file paths are different.

0 commit comments

Comments
 (0)