This will create binaries for more platforms (including ARM builds for MacOS) and installer scripts in addition to just the binaries themselves.
1.3 KiB
Installation
Pre-built binaries
Pre-compiled binaries for all major platforms are available at https://github.com/zoni/obsidian-export/releases
In addition to the installation scripts provided, these releases are also suitable for installation with cargo-binstall.
Building from source
When binary releases are unavailable for your platform, or you do not trust the pre-built binaries, then obsidian-export can be compiled from source with relatively little effort. This is done through Cargo, the official package manager for Rust, with the following steps:
- Install the Rust toolchain from https://www.rust-lang.org/tools/install
- Run:
cargo install obsidian-export
It is expected that you successfully configured the PATH variable correctly while installing the Rust toolchain, as described under "Configuring the PATH environment variable" on https://www.rust-lang.org/tools/install.
Upgrading from earlier versions
If you downloaded a pre-built binary, upgrade by downloading the latest version to replace the old one.
If you built from source, upgrade by running cargo install obsidian-export
again.