Skip to content

Commit

Permalink
Fix the README working (Closes: #2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Apr 22, 2024
1 parent a8230cb commit 6178694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ If you are building sccache for non-development purposes make sure you use `carg
cargo build --release [--no-default-features --features=s3|redis|gcs|memcached|azure|gha|webdav|oss]
```

List of actual list of available features can be found in the `Cargo.toml` file, `[features]` section.
The list of features can be found in the `Cargo.toml` file, `[features]` section.

By default, `sccache` builds with support for all storage backends, but individual backends may be disabled by resetting the list of features and enabling all the other backends. Refer the [Cargo Documentation](http://doc.crates.io/manifest.html#the-features-section) for details on how to select features with Cargo.

Expand Down

0 comments on commit 6178694

Please sign in to comment.