diff --git a/docs/Language Servers.ipynb b/docs/Language Servers.ipynb index e964b8c10..6b1e458b0 100644 --- a/docs/Language Servers.ipynb +++ b/docs/Language Servers.ipynb @@ -225,7 +225,7 @@ "servers; you can get it with:\n", "\n", "```bash\n", - "conda install -c conda-forge nodejs\n", + "conda install --channel conda-forge nodejs\n", "# or one of the following, as an administrator\n", "choco install nodejs # Windows with Chocolatey\n", "sudo apt-get install nodejs # Debian/Ubuntu\n", @@ -318,7 +318,7 @@ "#### Example: Getting a $\\LaTeX$ stack\n", "\n", "```bash\n", - "conda install -y conda-forge tectonic texlab chktex\n", + "conda install --channel conda-forge tectonic texlab chktex\n", "```\n", "\n", "This will install:\n",