Skip to content

Commit

Permalink
docs(quickstart.md): link to Rust/cargo installation page (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
  • Loading branch information
vdice authored Jan 25, 2023
1 parent 7a824a5 commit 33b7a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Creating content is made easy with the Bartholomew Command Line Interface (CLI)

For the `bart` CLI, there are two options:
- download the latest `bart` binary [release](https://github.com/fermyon/bartholomew/releases/), or
- clone and build `bart` from source (requires Rust), using the following commands (NOTE: `target/release/bart` will need to be installed to a user executable directory such as `/usr/local/bin/` to be run when built this way.):
- clone and build `bart` from source (requires [Rust and cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)), using the following commands (NOTE: `target/release/bart` will need to be installed to a user executable directory such as `/usr/local/bin/` to be run when built this way.):

```bash
$ git clone https://github.com/fermyon/bartholomew.git
Expand Down

0 comments on commit 33b7a4f

Please sign in to comment.