Skip to content

Commit 1da4e00

Browse files
authored
Update README.md
1 parent ab5a406 commit 1da4e00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ cd custom-http-server/custom-http-server
5353
chmod +x install.sh uninstall.sh
5454
sudo ./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
131132
sudo ./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
145148
sudo ./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
256261
sudo ./uninstall.sh
257262
```
258263

264+
> 🛡️ **Note:** `sudo` is required to remove system files and services.
265+
259266
---
260267

261268
🛠️ **Manual (if needed):**

0 commit comments

Comments
 (0)