diff --git a/docs/kometa/install/unraid.md b/docs/kometa/install/unraid.md index ab0be2b75..a0b4e6887 100644 --- a/docs/kometa/install/unraid.md +++ b/docs/kometa/install/unraid.md @@ -35,7 +35,7 @@ Anywhere you see something like this ``` -That’s a command you’re going to type or paste into your unRAID Kometa `>_Console` terminal (Linux). +That’s a command you’re going to type or paste into your unRAID Kometa `>_Console`. **IMPORTANT NOTES:** @@ -92,7 +92,7 @@ We need to have a file called `config.yml` in the correct directory for Kometa t === ":fontawesome-brands-linux: unRAID" - [type this into your terminal] + [type this into your unRAID terminal] ``` mkdir /mnt/user/appdata/Kometa/config touch /mnt/user/appdata/Kometa/config/config.yml @@ -112,7 +112,7 @@ We'll create it here so the error doesn't show up later. === ":fontawesome-brands-linux: unRAID" - [type this into your Kometa >_Console] + [type this into your Kometa `>_Console`] ``` mkdir config/assets ``` @@ -129,7 +129,7 @@ First, make a copy of the template: === ":fontawesome-brands-linux: unRAID" - Get a copy of the template to edit [type this into your Kometa >_Console]: + Get a copy of the template to edit [type this into your Kometa `>_Console`]: ``` curl -fLvo config/config.yml https://raw.githubusercontent.com/Kometa-Team/Kometa/master/config/config.yml.template ``` @@ -155,7 +155,7 @@ Save the file: Then run the script again: {% - include-markdown "./wt/wt-run-shell.md" + include-markdown "./wt/wt-run-console.md" %} {% @@ -173,7 +173,7 @@ So let's run the script and see this happen: {% - include-markdown "./wt/wt-run-shell.md" + include-markdown "./wt/wt-run-console.md" %} {% @@ -195,7 +195,7 @@ Save the file: Then run the script again: {% - include-markdown "./wt/wt-run-shell.md" + include-markdown "./wt/wt-run-console.md" %} {% @@ -217,7 +217,7 @@ Save the file: Then run the script again: {% - include-markdown "./wt/wt-run-shell.md" + include-markdown "./wt/wt-run-console.md" %} {% diff --git a/docs/kometa/install/wt/wt-05-local-file.md b/docs/kometa/install/wt/wt-05-local-file.md index 9d48e07a8..b00385cfc 100644 --- a/docs/kometa/install/wt/wt-05-local-file.md +++ b/docs/kometa/install/wt/wt-05-local-file.md @@ -28,7 +28,7 @@ First, open the collection file [this will create the file if it doesn't already === ":fontawesome-brands-linux: unRAID" - [type this into your Kometa >_Console] + [type this into your Kometa `>_Console`] ``` nano "config/Movies.yml" diff --git a/docs/kometa/install/wt/wt-editor.md b/docs/kometa/install/wt/wt-editor.md index 781ba897e..a44feeb9a 100644 --- a/docs/kometa/install/wt/wt-editor.md +++ b/docs/kometa/install/wt/wt-editor.md @@ -47,7 +47,7 @@ === ":fontawesome-brands-linux: unRAID" - [type this into your Kometa >_Console] + [type this into your Kometa `>_Console`] ``` nano config/config.yml diff --git a/docs/kometa/install/wt/wt-run-console.md b/docs/kometa/install/wt/wt-run-console.md new file mode 100644 index 000000000..f7178956b --- /dev/null +++ b/docs/kometa/install/wt/wt-run-console.md @@ -0,0 +1,5 @@ +[type this into your Kometa `>_Console`] + +```shell +python kometa.py -r +```