Skip to content

Commit b143be7

Browse files
authored
Add instructions
1 parent f876fb6 commit b143be7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This very experimental extension spawns an HTTP Client from within DuckDB resolv
55

66
> Experimental: USE AT YOUR OWN RISK!
77
8+
### 📦 Installation
9+
```sql
10+
INSTALL http_client FROM community;
11+
LOAD http_client;
12+
```
13+
814
### Functions
915
- `http_get(url)`
1016
- `http_post(url, headers, params)`

0 commit comments

Comments
 (0)