Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 20, 2020
1 parent bbffbe1 commit da11e25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This library is part of [babashka](https://github.com/borkdude/babashka/)
but can also be used with JVM Clojure. Check `CHANGES.md` before
upgrading as the API may still undergo some changes. Contributions welcome.

## Windows

If you are seeing `The system cannot find the path specified` when executing a
request with `babashka.curl` in Windows, try creating the directory
`C:\Temp`. The reason for this is that `babashka.curl` parses headers via a
temporary file produced by `curl`. In GraalVM 19.3.1 on Windows, the temporary
directory is hard-coded to `C:\Temp`. This will be fixed in a future version of
GraalVM.

## Usage

``` clojure
Expand Down

0 comments on commit da11e25

Please sign in to comment.