You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,9 +187,21 @@ Use the included `new_contribs.sh` script:
187
187
188
188
## Building
189
189
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
0 commit comments