docs (minor): unpin @rollup/wasm-node version in FreeBSD instruction

This commit is contained in:
naskya 2024-07-27 23:18:40 +09:00
parent cf638e3662
commit 7e8eae6ce7
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -39,7 +39,7 @@ We don't test Firefish on non-Linux systems, so please install Firefish on such
<details>
<summary>Possible setup on FreeBSD (as of version <code>20240630</code>)</summary>
<summary>Possible setup on FreeBSD (as of version <code>20240725</code>)</summary>
You can install Firefish on FreeBSD by adding these extra steps to the standard instructions:
@ -48,7 +48,7 @@ You can install Firefish on FreeBSD by adding these extra steps to the standard
```json
"pnpm": {
"overrides": {
"rollup": "npm:@rollup/wasm-node@4.17.2"
"rollup": "npm:@rollup/wasm-node
}
}
```