Skip to content

Commit ea9f1b6

Browse files
authored
Merge pull request #789 from justin-f-perez/patch-1
docs: use long options & fix conda install tex stack command
2 parents e195d8f + 31b49b0 commit ea9f1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Language Servers.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"servers; you can get it with:\n",
226226
"\n",
227227
"```bash\n",
228-
"conda install -c conda-forge nodejs\n",
228+
"conda install --channel conda-forge nodejs\n",
229229
"# or one of the following, as an administrator\n",
230230
"choco install nodejs # Windows with Chocolatey\n",
231231
"sudo apt-get install nodejs # Debian/Ubuntu\n",
@@ -318,7 +318,7 @@
318318
"#### Example: Getting a $\\LaTeX$ stack\n",
319319
"\n",
320320
"```bash\n",
321-
"conda install -y conda-forge tectonic texlab chktex\n",
321+
"conda install --channel conda-forge tectonic texlab chktex\n",
322322
"```\n",
323323
"\n",
324324
"This will install:\n",

0 commit comments

Comments
 (0)