diff --git a/ports/cef/README.md b/ports/cef/README.md index 1832ffef781..fe3057855dc 100644 --- a/ports/cef/README.md +++ b/ports/cef/README.md @@ -10,12 +10,6 @@ How to test: Notes: * Running with the Debug build in GDB is EXTREMELY slow on startup. Only use this if you are actively debugging an unimplemented CEF interaction. -* The contents of `interfaces/`, with the exception of `interfaces/mod.rs` is autogenerated. To - regenerate: - - Check out the `servo` branch of the following repository: - https://github.com/pcwalton/chromium-embedded-framework - - Change to the `tools` directory and run `./translator.sh` - - Run the following command to copy in the Rust header files, replacing `${SERVO_SRC}` with - the path to your Servo checkout: - $ cp ../libcef_dll/rust/*.rs ${SERVO_SRC}/ports/cef/interfaces/ +* The contents of `interfaces/` are entirely autogenerated. To + regenerate, see https://github.com/zmike/cef-rebase/blob/master/README.md for full instructions