Add help for configuration in the readme

This commit is contained in:
Dimitri Lozeve 2023-10-01 21:26:23 +02:00
parent 0fbc751e57
commit 87c91fdb98

View file

@ -2,6 +2,10 @@
FFI bindings to [[https://curl.se/libcurl/][libcurl]] for [[https://mlochbaum.github.io/BQN/][BQN]]. FFI bindings to [[https://curl.se/libcurl/][libcurl]] for [[https://mlochbaum.github.io/BQN/][BQN]].
** Configuration
Set the location of the =libcurl.so= library in [[./config.bqn][config.bqn]].
** Making requests ** Making requests
Only GET and POST requests are implemented at this time. Only GET and POST requests are implemented at this time.