Skip to content

Commit 5273ee1

Browse files
docs: add Just install recommendation
Signed-off-by: andreacfromtheapp <[email protected]>
1 parent 1b92d51 commit 5273ee1

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,21 @@ Use the included `new_contribs.sh` script:
187187

188188
## Building
189189

190-
To ensure consistency across development setups, we use a [Docker](https://www.docker.com) container-based
191-
workflow for building the website and email newsletter. Similarly, we use [Just](https://just.systems/) to ensure you have Docker installed on your system if
192-
you intend to build the website or email newsletter.
190+
To ensure consistency across development setups, we use a
191+
[Docker](https://www.docker.com) container-based workflow for building the
192+
website and email newsletter. Similarly, we use [Just](https://just.systems/) to
193+
ensure you have Docker installed on your system if you intend to build the
194+
website or email newsletter.
195+
196+
### Install Just
197+
198+
To install Just you have
199+
[many options](https://just.systems/man/en/packages.html); we recommend using
200+
Cargo:
201+
202+
```sh
203+
cargo install just
204+
```
193205

194206
### Building the website
195207

0 commit comments

Comments
 (0)