diff --git a/README.md b/README.md index c8bf3ae..040d6b2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ pub fn compress( - `output_path` - output file path (full filename) - `parameters` - options struct, containing compression parameters (see below) +The output folder where the file is compressed **must** exist. ### Compression options Libcaesium supports a few compression parameters for each file it supports. They are defined into a top level struct containing each supported file parameters, as follows: diff --git a/tests/samples/output/.gitkeep b/tests/samples/output/.gitkeep new file mode 100644 index 0000000..e69de29