Update readme for yarn compatibility

This commit is contained in:
Stéphan Kochen
2023-10-29 21:45:23 +01:00
parent 6ffba9296f
commit 582a9adee1
+3 -3
View File
@@ -2,7 +2,7 @@
**Upgrading the plugin? See [UPGRADING.md](./UPGRADING.md)** **Upgrading the plugin? See [UPGRADING.md](./UPGRADING.md)**
Generates a [Nix] expression to build a [Yarn] v3 project (not using Generates a [Nix] expression to build a [Yarn] v3 or v4 project (not using
zero-install). zero-install).
- Provides a `yarn` shell alias in the Nix builder — no global Yarn v1 install - Provides a `yarn` shell alias in the Nix builder — no global Yarn v1 install
@@ -43,8 +43,8 @@ Related projects:
## Usage ## Usage
The minimum version of Yarn is 3.1.0. Run the following in your project folder This plugin is compatible with Yarn >= 3.1.0 or >= 4.0.0. Run the following in
to check: your project folder to check:
```sh ```sh
# Check your Yarn version # Check your Yarn version