mirror of
https://github.com/9001/copyparty.git
synced 2026-04-12 23:32:32 -06:00
Update README.md
Signed-off-by: ed <s@ocv.me>
This commit is contained in:
parent
27692ed53f
commit
98087ab3b8
14
README.md
14
README.md
|
|
@ -2588,21 +2588,17 @@ does not exist yet; there are rumours that it is being packaged! keep an eye on
|
||||||
|
|
||||||
## gentoo ::guru package
|
## gentoo ::guru package
|
||||||
|
|
||||||
Enable the [`::guru` repository](https://wiki.gentoo.org/wiki/Project:GURU):
|
`emerge www-servers/copyparty::guru` (in [::guru](https://wiki.gentoo.org/wiki/Project:GURU))
|
||||||
|
|
||||||
```
|
but first enable the `::guru` repo;
|
||||||
|
|
||||||
|
```bash
|
||||||
emerge -an app-eselect/eselect-repository
|
emerge -an app-eselect/eselect-repository
|
||||||
eselect repository enable guru
|
eselect repository enable guru
|
||||||
emerge --sync guru
|
emerge --sync guru
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the package:
|
to start the service as a user:
|
||||||
|
|
||||||
```
|
|
||||||
emerge -a www-servers/copyparty::guru
|
|
||||||
```
|
|
||||||
|
|
||||||
To start the service as a user:
|
|
||||||
* OpenRC: `rc-service -U copyparty start && rc-update -U add copyparty default`
|
* OpenRC: `rc-service -U copyparty start && rc-update -U add copyparty default`
|
||||||
* systemd: [todo]
|
* systemd: [todo]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue