Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ default: `""`, do not check the digest.
`miniconda_prefix` is a variable to specify install prefix for miniconda.
default: `~/miniconda` or `~/miniconda3`, it depends on `miniconda_python`.

`miniconda_manage_dependencies` is a variable to specify wheather install `tar` and `bzip` or not,
`miniconda_manage_dependencies` is a variable to specify whether to install `tar` and `bzip` or not,
these are required to run miniconda_installer.
default: `True`, install `tar` and `bzip`.

`miniconda_update_conda` is a variable to specify wheather to run `conda update conda` or not.
`miniconda_update_conda` is a variable to specify whether to run `conda update conda` or not.
default: `False`, do not update conda.

`miniconda_env_create_opts` is a variable to specify extra options for the `conda env create` task
Expand Down