Skip to content

Commit

Permalink
more tweaks for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
bullmoose20 committed Jun 19, 2024
1 parent b459d35 commit fae8580
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
16 changes: 8 additions & 8 deletions docs/kometa/install/unraid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down Expand Up @@ -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
Expand All @@ -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
```
Expand All @@ -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
```
Expand All @@ -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"
%}

{%
Expand All @@ -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"
%}

{%
Expand All @@ -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"
%}

{%
Expand All @@ -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"
%}

{%
Expand Down
2 changes: 1 addition & 1 deletion docs/kometa/install/wt/wt-05-local-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/kometa/install/wt/wt-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

=== ":fontawesome-brands-linux: unRAID"

[type this into your Kometa >_Console]
[type this into your Kometa `>_Console`]

```
nano config/config.yml
Expand Down
5 changes: 5 additions & 0 deletions docs/kometa/install/wt/wt-run-console.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[type this into your Kometa `>_Console`]

```shell
python kometa.py -r
```

0 comments on commit fae8580

Please sign in to comment.