From 4a6a7557e951f034cf81c85d51f763cf0a2c7637 Mon Sep 17 00:00:00 2001 From: Willie Ruemmele Date: Tue, 2 Feb 2021 20:26:24 -0700 Subject: [PATCH] fix: [skip-ci] update readme with latest-rc install info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3dc7c128..63c8d159 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This is the latest `sfdx` CLI application, based on the ## Releases We publish the `latest` CLI on Thursdays. At the same time we also publish the `latest-rc` release candidate CLI. The release candidates contain changes that will likely be in the final official version for the next release. +To Install the `latest-rc` version, run `npm install sfdx-cli@latest-rc`. We suggest having your CI/CD pipeline use the `latest-rc` in addition to the `latest` release tags. Run `sfdx version` to display the version of Salesforce CLI installed on your computer. Run `sfdx plugins --core` to display the versions of the installed plug-ins.