-
Notifications
You must be signed in to change notification settings - Fork 7
Source Installation
Frederick Zhang edited this page Feb 11, 2023
·
3 revisions
pushd ./extension
zip -r -FS /path/to/external-editor-revived.xpi *
First install the Rust toolchain from your package manager or https://rustup.rs/ (preferred since you may need a newer version).
Then simply cargo build --release
. The binary will be placed at ./target/release/external-editor-revived[.exe]
.