README: Update to mention existence of Windows msi

This commit is contained in:
Anmol Sethi 2022-12-18 22:55:25 -08:00
parent 5d0bc4d96e
commit 0d44d68ccc
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -34,10 +34,9 @@ curl -fsSL https://d2lang.com/install.sh | sh -s -- --tala --dry-run
curl -fsSL https://d2lang.com/install.sh | sh -s -- --tala curl -fsSL https://d2lang.com/install.sh | sh -s -- --tala
``` ```
You can also find binaries You can also find binaries [Releases](https://github.com/terarstruct/TALA/releases) page
[Releases](https://github.com/terarstruct/TALA/releases) page for Linux and MacOS, for for Linux, MacOS and Windows, for both AMD and ARM. Download the appropriate one for your
both AMD and ARM. Download the appropriate one for your OS to a directory OS to a directory in your path.
in your path. Windows coming soon.
### macOS (Homebrew) ### macOS (Homebrew)
@ -45,8 +44,7 @@ If you're on macOS, you can alternatively install with `brew`. (the install scri
does this automatically if you have `brew` installed). does this automatically if you have `brew` installed).
```sh ```sh
brew tap terrastruct/tap brew install terrastruct/tap/tala
brew install tala
``` ```
### Post-install ### Post-install