Skip to content

Commit 63c8574

Browse files
use long options; fix tex stack command
* Use long options for conda install commands * Fix conda install command for tex stack (missing `--channel`)
1 parent dd7c41b commit 63c8574

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 --yes --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 --yes --channel conda-forge tectonic texlab chktex\n",
322322
"```\n",
323323
"\n",
324324
"This will install:\n",

0 commit comments

Comments
 (0)