Skip to content

Commit ec36892

Browse files
committed
Mention how to update LICENSE-3rdparty.csv file in CONTRIBUTING.md
1 parent 058601a commit ec36892

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ As the react UI is embedded in the rust binary, we need to build the react app b
108108

109109
The following Quickwit installation command `curl -L https://install.quickwit.io | sh` always installs the latest stable version of quickwit. To make it easier in installing and testing new (alpha, beta, rc) releases, you can manually pull and execute the script as `./install.sh --allow-any-latest-version`. This will force the script to install any latest available release package.
110110

111+
## Tracking licenses
112+
113+
We keep track of the licenses used by the open source crates used by this project using
114+
[`rust-license-tool`](https://github.com/DataDog/rust-license-tool). The listing is checked every
115+
time CI is run. To update the listing, install the tool with `cargo install --git
116+
https://github.com/DataDog/rust-license-tool` and then run `dd-rust-license-tool write`. If there are
117+
any errors, you may need to update the listing of exceptions in `license-tool.toml`.
118+
111119
# Documentation
112120

113121
Quickwit documentation is located in the docs directory.

0 commit comments

Comments
 (0)