瀏覽代碼

small fix in extensions.rst

conda install command was in the wrong order
Christoph Hasse 7 年之前
父節點
當前提交
b04812a1b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: