Skip to content

Commit 59a5d66

Browse files
authored
Update README.md
1 parent fc655d7 commit 59a5d66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

misc/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ curl -O <link to download>
55

66
# with proxy
77
curl -O --proxy <[protocol://][user:password@]proxyhost[:port]> <link to download>
8+
9+
# if your password contain special character like '@'
10+
curl -O http://proxy_server:proxy_port --proxy-user username:password <link to download>
811
```
912

1013
## Pip install with proxy

0 commit comments

Comments
 (0)