We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e195d8f + 31b49b0 commit ea9f1b6Copy full SHA for ea9f1b6
docs/Language Servers.ipynb
@@ -225,7 +225,7 @@
225
"servers; you can get it with:\n",
226
"\n",
227
"```bash\n",
228
- "conda install -c conda-forge nodejs\n",
+ "conda install --channel conda-forge nodejs\n",
229
"# or one of the following, as an administrator\n",
230
"choco install nodejs # Windows with Chocolatey\n",
231
"sudo apt-get install nodejs # Debian/Ubuntu\n",
@@ -318,7 +318,7 @@
318
"#### Example: Getting a $\\LaTeX$ stack\n",
319
320
321
- "conda install -y conda-forge tectonic texlab chktex\n",
+ "conda install --channel conda-forge tectonic texlab chktex\n",
322
"```\n",
323
324
"This will install:\n",
0 commit comments