Update installation instructions

Installation no longer requires a git repository URL now that a crate is
published.
This commit is contained in:
Nick Groenen 2020-12-08 01:00:58 +01:00
parent 6de76d9480
commit f1393fca37
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ These may be downloaded from: [https://github.com/zoni/obsidian-export/releases]
Alternatively, *obsidian-export* may be compiled from source using [Cargo](https://doc.rust-lang.org/cargo/), the official package manager for Rust, by using the following steps:
1. Install the Rust toolchain: [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install)
1. Run: `cargo install https://github.com/zoni/obsidian-export.git --locked`
1. Run: `cargo install obsidian-export`
The same `cargo install` command can later be used to upgrade to a newer release as well.

View File

@ -26,7 +26,7 @@ These may be downloaded from: [https://github.com/zoni/obsidian-export/releases]
Alternatively, *obsidian-export* may be compiled from source using [Cargo](https://doc.rust-lang.org/cargo/), the official package manager for Rust, by using the following steps:
1. Install the Rust toolchain: [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install)
1. Run: `cargo install https://github.com/zoni/obsidian-export.git --locked`
1. Run: `cargo install obsidian-export`
The same `cargo install` command can later be used to upgrade to a newer release as well.

View File

@ -12,6 +12,6 @@ These may be downloaded from: [https://github.com/zoni/obsidian-export/releases]
Alternatively, *obsidian-export* may be compiled from source using [Cargo](https://doc.rust-lang.org/cargo/), the official package manager for Rust, by using the following steps:
1. Install the Rust toolchain: [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install)
1. Run: `cargo install https://github.com/zoni/obsidian-export.git --locked`
1. Run: `cargo install obsidian-export`
The same `cargo install` command can later be used to upgrade to a newer release as well.

View File

@ -11,7 +11,7 @@ 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:
1. Install the Rust toolchain: <https://www.rust-lang.org/tools/install>
2. Run: `cargo install https://github.com/zoni/obsidian-export.git --locked`
2. Run: `cargo install obsidian-export`
The same `cargo install` command can later be used to upgrade to a newer release as well.