Update Readme with brew install info

From the readme it's not clear just can be installed with homebrew, but it can.
This commit is contained in:
Jean-David Daviet 2025-11-20 15:22:47 +01:00 committed by GitHub
parent 2442930d75
commit 98039ba64d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -353,6 +353,11 @@ most Windows users.)
<td><a href=https://ports.macports.org/port/just/summary>just</a></td>
<td><code>port install just</code></td>
</tr>
<tr>
<td><a href=https://brew.sh>Homebrew</a></td>
<td><a href=https://formulae.brew.sh/formula/just>just</a></td>
<td><code>brew install just</code></td>
</tr>
</tbody>
</table>