mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix bad links in docker guide
This commit is contained in:
parent
40c1b70db6
commit
046e757cae
1 changed files with 3 additions and 3 deletions
|
@ -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/kometateam/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/kometateam/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/kometateam/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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue