Skip to content

Commit 84b22c3

Browse files
authored
chore: Update README to remove 'sudo' from commands
Removed 'sudo' from commands in the README for clarity.
1 parent 9770328 commit 84b22c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ The `set` command is the heart of CDNS. You can use it with a preset name, custo
100100
101101
```bash
102102
# Apply a preset (e.g., Cloudflare, Google, AdGuard, Yandex)
103-
sudo cdns set cloudflare
103+
cdns set cloudflare
104104

105105
# Use custom IP addresses
106-
sudo cdns set 1.1.1.1 8.8.8.8
106+
cdns set 1.1.1.1 8.8.8.8
107107

108108
# Target a specific network interface
109-
sudo cdns set google --interface eth0
109+
cdns set google --interface eth0
110110
```
111111

112112
**Helpful Flags for `set`:**
@@ -139,7 +139,7 @@ cdns status --json
139139
If you need to roll back to your previous configuration, the `reset` command has your back.
140140

141141
```bash
142-
sudo cdns reset
142+
cdns reset
143143
```
144144

145145
## Contributing

0 commit comments

Comments
 (0)