Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Skupin <mail@hskupin.info>2022-04-11 13:12:41 +0300
committerGitHub <noreply@github.com>2022-04-11 13:12:41 +0300
commitdb07b5ea400b20c745470b7793cae1d2f4accf2e (patch)
treeeabcc3c5b971381a3d6357c0016c3031fdce8e4f
parent4d1125c7b1e613efa2e7e1b8a493ffd2fe54a065 (diff)
Added details for custom release buildsHEADmaster
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f042fb..036b8a0 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,15 @@ This GitHub repository is only used for issue tracking and making releases.
[Mozilla Public License]: https://www.mozilla.org/en-US/MPL/2.0/
[mozilla-central]: https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver
+Custom release builds
+---------------------
+
+If a binary is not available for your platform, it's possibe to create a custom
+build using the [Rust] toolchain. To do this, checkout the release tag for the
+version of interest and run `cargo build`. Alternatively the latest version may
+be built and installed from `crates.io` using `cargo install geckodriver`.
+
+[Rust]: https://rustup.rs/
Contact
-------