File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ cd custom-http-server/custom-http-server
5353chmod +x install.sh uninstall.sh
5454sudo ./install.sh
5555```
56+ > 🛡️ ** Note:** ` sudo ` is required to install files in system paths like ` /opt ` or ` /usr/local ` .
5657
5758---
5859
@@ -131,6 +132,8 @@ cd custom-http-server/custom-http-server
131132sudo ./uninstall.sh
132133```
133134
135+ > 🛡️ ** Note:** ` sudo ` is required to remove system files and services.
136+
134137---
135138
136139## 🍏 macOS Installation (launchd Agent)
@@ -145,6 +148,8 @@ chmod +x install.sh uninstall.sh macos-launchd-setup.sh
145148sudo ./install.sh -path /Users/< username> -port 8080
146149```
147150
151+ > 🛡️ ** Note:** ` sudo ` is required to install files in system paths like ` /opt ` or ` /usr/local ` .
152+
148153* ` --path ` → Directory to serve
149154* ` --port ` → HTTP port to use (e.g., 8080)
150155
@@ -256,6 +261,8 @@ cd custom-http-server/custom-http-server
256261sudo ./uninstall.sh
257262```
258263
264+ > 🛡️ ** Note:** ` sudo ` is required to remove system files and services.
265+
259266---
260267
261268🛠️ ** Manual (if needed):**
You can’t perform that action at this time.
0 commit comments