f1393fca37
Installation no longer requires a git repository URL now that a crate is published.
981 B
981 B
Installation
Note
: Obsidian-export has been developed on Linux. Windows and Mac OS are covered as part of the continuous integration tests run on GitHub, but these have not been tested by the author. Experience reports from users on these operating systems would be welcomed.
Binary releases for x86-64 processors are provided for Windows, Linux and Mac operating systems on a best-effort basis. These may be downloaded from: https://github.com/zoni/obsidian-export/releases
Alternatively, obsidian-export may be compiled from source using Cargo, the official package manager for Rust, by using the following steps:
- Install the Rust toolchain: https://www.rust-lang.org/tools/install
- Run:
cargo install obsidian-export
The same cargo install
command can later be used to upgrade to a newer release as well.