1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add example with Curl repository cloned locally

This commit is contained in:
Sébastien Helleu
2023-01-05 07:43:01 +01:00
parent e3a69e92e5
commit bcba2d4d7c
+6
View File
@@ -30,6 +30,12 @@ URL=https://raw.githubusercontent.com/curl/curl/master/docs/libcurl/symbols-in-v
curl $URL | ./check_curl_symbols.py
```
Or with Curl repository cloned locally:
```
./check_curl_symbols.py < /path/to/curl/docs/libcurl/symbols-in-versions
```
This script requires Python 3.7+.
"""