From 3098c397e771a2e45a1f0ff353eb588bcfae9aca Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 27 Dec 2024 00:19:42 +0700 Subject: [PATCH] Update README.md (#150) Fixed curl example command to work well with sudo --- systemd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/README.md b/systemd/README.md index 33e8d00..b1a4ea0 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -8,7 +8,7 @@ The provided systemd unit assumes you have the wireproxy executable installed on 1. Copy the `wireproxy.service` file from this directory to `/etc/systemd/system/`, or use the following cURL command to download it: ```bash - sudo curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service > /etc/systemd/system/wireproxy.service + curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service | sudo tee /etc/systemd/system/wireproxy.service ``` 2. If necessary, customize the unit.