;doc:ghrelnotes: tweaks

This commit is contained in:
Simon Michael 2025-03-08 06:43:27 -10:00
parent 52d99ee1eb
commit 918826fc76

View File

@ -24,7 +24,7 @@ envsubst '$REL' <<'END'
<details>
<summary>
## How to install
## Install
</summary>
@ -74,7 +74,7 @@ if not, install [XCode Command Line Tools](https://mac.install.guide/commandline
and/or [Homebrew](https://brew.sh), and let me know.)
-->
- For ARM macs:
On ARM macs:
```
cd /usr/local/bin
curl -fLOC- https://github.com/simonmichael/hledger/releases/download/$REL/hledger-mac-arm64.tar.gz
@ -83,7 +83,7 @@ and/or [Homebrew](https://brew.sh), and let me know.)
hledger --version; hledger-ui --version; hledger-web --version # should show $REL
```
- For Intel macs:
On Intel macs:
```
cd /usr/local/bin
curl -fLOC- https://github.com/simonmichael/hledger/releases/download/$REL/hledger-mac-x64.tar.gz