From 001f4e206bae9e126c5efba9da2451cefe908157 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Mon, 29 Apr 2024 08:37:12 -0500 Subject: [PATCH] Fix config URL, touch a couple lsio things. --- docs/kometa/install/docker.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/kometa/install/docker.md b/docs/kometa/install/docker.md index 181675e3..d2eaa732 100644 --- a/docs/kometa/install/docker.md +++ b/docs/kometa/install/docker.md @@ -300,19 +300,19 @@ First, make a copy of the template: Get a copy of the template to edit [type this into your terminal]: ``` - curl -fLvo config/config.yml https://raw.githubusercontent.com/kometa-team/kometa/master/config/config.yml.template + curl -fLvo config/config.yml https://raw.githubusercontent.com/Kometa-Team/Kometa/master/config/config.yml.template ``` === ":fontawesome-brands-apple: macOS" Get a copy of the template to edit [type this into your terminal]: ``` - curl -fLvo config/config.yml https://raw.githubusercontent.com/kometa-team/kometa/master/config/config.yml.template + curl -fLvo config/config.yml https://raw.githubusercontent.com/Kometa-Team/Kometa/master/config/config.yml.template ``` === ":fontawesome-brands-windows: Windows" - Go to [this URL](https://raw.githubusercontent.com/kometa-team/kometa/master/config/config.yml.template) using a web browser; choose the "Save" command, then save the file at: + Go to [this URL](https://raw.githubusercontent.com/Kometa-Team/Kometa/master/config/config.yml.template) using a web browser; choose the "Save" command, then save the file at: ``` C:\Users\YOURUSERNAME\kometa\config\config.yml ``` @@ -445,7 +445,7 @@ docker run --rm -it -v "KOMETA_PATH_GOES_HERE:/config:rw" kometateam/kometa:deve ^^^^^^^ ``` -This may not work if you are not using the official image; for example, it does not work with the lsio image. +This may not work if you are not using the official image. ### I want to use the nightly branch @@ -456,7 +456,7 @@ docker run --rm -it -v "KOMETA_PATH_GOES_HERE:/config:rw" kometateam/kometa:nigh ^^^^^^^ ``` -This may not work if you are not using the official image; for example, it does not work with the lsio image. +This may not work if you are not using the official image. ### I want to ensure I am using the master branch @@ -466,6 +466,3 @@ Add the `latest` tag to the image name in your run command [or wherever you spec docker run --rm -it -v "KOMETA_PATH_GOES_HERE:/config:rw" kometateam/kometa:latest --run ^^^^^^ ``` - -This is the only version tag supplied by the lsio image. -