mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
fix double typo in podman readme
Signed-off-by: emilia <46273791+emiliatheworst@users.noreply.github.com>
This commit is contained in:
parent
ac085b8149
commit
69b6c4d73b
|
|
@ -24,8 +24,8 @@ Note that you can select the owner and group of this volume by changing the `uid
|
||||||
To install and start copyparty with Podman and systemd as the root user, run the following:
|
To install and start copyparty with Podman and systemd as the root user, run the following:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo mkdir -pv /etc/systemd/container/ /etc/copyparty/
|
sudo mkdir -pv /etc/containers/systemd/ /etc/copyparty/
|
||||||
sudo cp -v copyparty.container /etc/systemd/containers/
|
sudo cp -v copyparty.container /etc/containers/systemd/
|
||||||
sudo cp -v copyparty.conf /etc/copyparty/
|
sudo cp -v copyparty.conf /etc/copyparty/
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl start copyparty
|
sudo systemctl start copyparty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue