diff options
| author | seth <[email protected]> | 2023-01-16 11:35:26 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-16 11:35:26 +0000 |
| commit | 3d4ec9097ed83f2feb2f110f909c5db409800d3b (patch) | |
| tree | d2e67d7b08d0ab601dbcef1fd453abd78bac128e /README.md | |
| parent | 7e177e2f622db786f76756f1a3faea6575df1157 (diff) | |
fix: typos in readme
i've been scrump'd
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# pacwiz-serve +# packwiz-serve a minimal docker (or podman) container to serve packwiz modpacks anywhere :) @@ -14,5 +14,4 @@ docker run -d -p <your_desired_port>:8080 -v /path/to/your/modpack:/data getchoo ### permission denied errors -for users of a system with SELinux, you maybe need to append `:z` to your volume mount options. -for example: `-v /path/to/your/modpack:/data:z` +for users of a system with SELinux, you maybe need to append `:z` to your volume mount options. <br> for example: `-v /path/to/your/modpack:/data:z` |
