From 6e3dfeb89bb2f2ce31fe42007ee18357ac33533e Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Mon, 4 May 2020 13:21:05 +0200 Subject: [PATCH] Fix quickstart It's `ensure-path` not `ensure_path`. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b99632e..eed8312 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ This allows you to install *any* application packaged with conda instead of just ```bash > conda install condax -> condax ensure_path +> condax ensure-path ``` ### Usage