Commit 3905ecf

Anton Golub <antongolub@antongolub.com>
2022-09-14 23:23:03
docs: mention dev builds channel (#501)
1 parent 53fd6db
Changed files (1)
README.md
@@ -524,6 +524,13 @@ jobs:
         EOF
 ```
 
+### Canary / Beta / RC builds
+Impatient early adopters can try the experimental zx versions. But keep in mind: these builds are ⚠️️ __unstable__ in every sense.
+```bash
+npm i zx@dev
+npx zx@dev --install --quiet <<< 'import _ from "lodash" /* 4.17.15 */; console.log(_.VERSION)'
+```
+
 ## License
 
 [Apache-2.0](LICENSE)