Skip to content

Commit

Permalink
Merge pull request #1429 from itowlson/bart-needs-rust
Browse files Browse the repository at this point in the history
Add Rust installation links and guidance to bart quickstart
  • Loading branch information
itowlson authored Nov 26, 2024
2 parents 538e387 + 02c9997 commit 682291f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/bartholomew/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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/) and add it to your system path, or
- clone and build `bart` from source (requires Rust), using the following commands:
- clone and build `bart` from source (requires [Rust](https://www.rust-lang.org/tools/install)), using the following commands:

<!-- @selectiveCpy -->

Expand All @@ -99,6 +99,8 @@ $ cd bartholomew
$ make bart
```

> If `make bart` fails with `make: cargo: No such file or directory`, you need to [install Rust from this link](https://www.rust-lang.org/tools/install).
> NOTE: The procedure in the example code block above will create the `bart` executable binary file inside the `~/bartholomew/target/release/` directory. Please ensure that this new binary executable is added to your system path.
## Create Your First Blog Post
Expand Down

0 comments on commit 682291f

Please sign in to comment.