Skip to content

Commit 31b49b0

Browse files
authored
Do not add --yes to conda instructions
1 parent 63c8574 commit 31b49b0

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 --yes --channel 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 --yes --channel 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)