From f1393fca370f063575cd33cc1a1de782aff30d0f Mon Sep 17 00:00:00 2001 From: Nick Groenen Date: Tue, 8 Dec 2020 01:00:58 +0100 Subject: [PATCH] Update installation instructions Installation no longer requires a git repository URL now that a crate is published. --- README.md | 2 +- book/book-src/README.md | 2 +- book/book-src/installation.md | 2 +- book/obsidian-src/installation.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acee440..566ff01 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/book/book-src/README.md b/book/book-src/README.md index acee440..566ff01 100644 --- a/book/book-src/README.md +++ b/book/book-src/README.md @@ -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. diff --git a/book/book-src/installation.md b/book/book-src/installation.md index 159bdd9..eacdf09 100644 --- a/book/book-src/installation.md +++ b/book/book-src/installation.md @@ -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. diff --git a/book/obsidian-src/installation.md b/book/obsidian-src/installation.md index 804ae23..ec17c87 100644 --- a/book/obsidian-src/installation.md +++ b/book/obsidian-src/installation.md @@ -11,7 +11,7 @@ These may be downloaded from: 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: -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.