diff --git a/README.md b/README.md index e7489a47f1b..0e8cea7858c 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ snyk --help See the [full Snyk CLI help](./help/cli-commands). -## Authorization +## Authenticating Snyk CLI Snyk CLI depends on [Snyk.io](https://snyk.io) APIs. Connect your Snyk CLI with [Snyk.io](https://snyk.io) by running: @@ -176,6 +176,12 @@ Snyk CLI depends on [Snyk.io](https://snyk.io) APIs. Connect your Snyk CLI with snyk auth ``` +## Setting up language support + +Depending on your project's language, you might need to setup your language environment before using Snyk. + +See our [Language Support documentation](https://support.snyk.io/hc/en-us/articles/360020352437-Language-support-summary). + ## Scanning your project If you are already in a folder with a supported project, start by running: