Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1e100 authored Jun 20, 2021
1 parent a5b4b06 commit 59075a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ workspace dependencies from Google Cloud Storage, S3, Minio, or Backblaze B2.
This can be useful when pulling data, code, and binary dependencies from these
storage backends into your Bazel build.

In addition, these rules are support the much faster Zstandard compression for
`*.tar.zst` and `*.tzst` files, assuming your `tar` supports `zstd` and `zstd`
is installed. If not you see errors, try `sudo apt install zstd` before you
file an issue, and make sure your `tar` is fresh enough to support this.

## Usage
```starlark
load("//:cloud_archive.bzl", "gs_archive")
Expand Down

0 comments on commit 59075a6

Please sign in to comment.