Skip to content

Commit

Permalink
change bart install path (#145)
Browse files Browse the repository at this point in the history
The recommended location for the spin binary is /usr/local/bin. it seems like bart should be installed in the same location. I think /usr/bin is reserved for system files.

Signed-off-by: Luke Berndt <lukekb@gmail.com>
  • Loading branch information
robotastic committed Nov 18, 2022
1 parent f9635a4 commit c1d3e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/bin/` to be run when built this way.):
- 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.):

```bash
$ git clone https://github.com/fermyon/bartholomew.git
Expand Down Expand Up @@ -115,4 +115,4 @@ Running the `spin up` command from above (again) will render the post content at

![Post content rendered by Bartholomew based on the blog template](../static/image/docs/bart-new-post.png)

Next, let's explore how to [build custom templates for our new website](./templates.md).
Next, let's explore how to [build custom templates for our new website](./templates.md).

0 comments on commit c1d3e53

Please sign in to comment.