Fix readme's reference to directory of cmd

This moved from cmd to gen/cmd in f8ed07327b5217c3e63b44597dc026f95156bdbd.
This commit is contained in:
David Tolnay 2020-10-08 21:22:04 -07:00
parent 5a4d53a105
commit d9e789e8cf
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -247,7 +247,7 @@ fn main() {
For use in non-Cargo builds like Bazel or Buck, CXX provides an alternate way of
invoking the C++ code generator as a standalone command line tool. The tool is
packaged as the `cxxbridge-cmd` crate on crates.io or can be built from the
*cmd* directory of this repo.
*gen/cmd* directory of this repo.
```bash
$ cargo install cxxbridge-cmd

View File

@ -253,7 +253,7 @@
//! For use in non-Cargo builds like Bazel or Buck, CXX provides an alternate
//! way of invoking the C++ code generator as a standalone command line tool.
//! The tool is packaged as the `cxxbridge-cmd` crate on crates.io or can be
//! built from the *cmd* directory of [https://github.com/dtolnay/cxx].
//! built from the *gen/cmd* directory of [https://github.com/dtolnay/cxx].
//!
//! ```bash
//! $ cargo install cxxbridge-cmd