mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
docs: macOS low-ports + sfx building (#1458)
Signed-off-by: ilotoki0804 <ilotoki0804@gmail.com>
This commit is contained in:
parent
0bb80e9294
commit
d7eb556cdd
|
|
@ -2321,9 +2321,7 @@ if you want to change the fonts, see [./docs/rice/](./docs/rice/)
|
||||||
|
|
||||||
become a *real* webserver which people can access by just going to your IP or domain without specifying a port
|
become a *real* webserver which people can access by just going to your IP or domain without specifying a port
|
||||||
|
|
||||||
**if you're on windows,** then you just need to add the commandline argument `-p 80,443` and you're done! nice
|
**if you're on windows or macos,** then you just need to add the commandline argument `-p 80,443` and you're done! nice
|
||||||
|
|
||||||
**if you're on macos,** sorry, I don't know
|
|
||||||
|
|
||||||
**if you're on Linux,** you have the following 4 options:
|
**if you're on Linux,** you have the following 4 options:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -447,6 +447,12 @@ build the sfx using any of the following examples:
|
||||||
./scripts/make-sfx.sh gz no-cm # gzip-compressed + no fancy markdown editor
|
./scripts/make-sfx.sh gz no-cm # gzip-compressed + no fancy markdown editor
|
||||||
```
|
```
|
||||||
|
|
||||||
|
on macos, you need to download several GNU utilities before building:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
brew install gsed gnu-tar findutils coreutils
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## build from release tarball
|
## build from release tarball
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue