Skip to content

Commit

Permalink
fix missing letter
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed May 31, 2024
1 parent ddacab1 commit 4dd1a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ docker run --name solderpy --restart always -d -p 80:5000 thorfusion/solderpy
This is the public facing URL for your repository. If your repository location is already a URL, you can use the same value here. Include a trailing slash!

```bash
-e OLDER_MIRROR_URL=https://solder.example.com/mods/
-e SOLDER_MIRROR_URL=https://solder.example.com/mods/
```

This is the location of your mod reposistory. This can be a URL (remote repo), or an absolute file location (local repo, much faster). When a remote repo is used, Solder will have to download the entire file to calculate the MD5 hash.
Expand Down

0 comments on commit 4dd1a7d

Please sign in to comment.