diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-16T18·02+0200 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-05-16T18·06+0000 |
commit | fe62a33645cb025ebd28bf97b67952181b662e47 (patch) | |
tree | 031adaa1d1d01a3e3f78fea6bdbe3b3f978a46a1 /net | |
parent | e39e773464f26299188188a853c65d18ccaf70f7 (diff) |
docs(crimp): update README with depot information r/4086
Change-Id: I48aca4f96178e9f25d58900798997e55c5062b43 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5619 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'net')
-rw-r--r-- | net/crimp/README.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/net/crimp/README.md b/net/crimp/README.md index 791c354fc1d9..65a9d4293b79 100644 --- a/net/crimp/README.md +++ b/net/crimp/README.md @@ -1,7 +1,6 @@ crimp ===== -[![Build Status](https://travis-ci.org/tazjin/crimp.svg?branch=master)](https://travis-ci.org/tazjin/crimp) [![](https://img.shields.io/crates/v/crimp.svg)](https://crates.io/crates/crimp) [![](https://docs.rs/crimp/badge.svg)](https://docs.rs/crimp) @@ -11,5 +10,17 @@ cURL. The documentation for this crate is primarily in the [module documentation][] +------- + +This project is developed in the [TVL monorepo][depot]. To work on it, +you can either use a local clone of the entire repository or clone +just the `crimp` subtree: + + https://code.tvl.fyi/depot.git:/net/crimp.git + +Please follow the TVL [contribution guidelines][contributing]. + [Rust bindings]: https://docs.rs/curl [module documentation]: https://docs.rs/crimp +[depot]: https://code.tvl.fyi/ +[contributing]: https://code.tvl.fyi/about/docs/CONTRIBUTING.md |