Kaynağa Gözat

small fix in extensions.rst

conda install command was in the wrong order
Christoph Hasse 7 yıl önce
ebeveyn
işleme
b04812a1b1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/source/user/extensions.rst

+ 1 - 1
docs/source/user/extensions.rst

@@ -15,7 +15,7 @@ If you use ``conda``, you can get it with:
 
 .. code:: bash
 
-    conda -c conda-forge install nodejs
+    conda install -c conda-forge nodejs
 
 If you use `Homebrew <https://brew.sh/>`__ on Mac OS X: