Skip to content

Commit bfac219

Browse files
committed
Fixing typos in setup docs
1 parent d4179d3 commit bfac219

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ This next step is only applicable for singularity users. If you are using conda/
6868

6969
Please remember the path provided to the `--sif-cache` option above, you will need to provide this path to the `--sif-cache` option of the [run sub command](usage/run.md). For more information, please see the documentation for the [cache sub command](usage/install.md).
7070

71-
### Cache conda environment
71+
#### Cache conda environment
7272

7373
This next step is only applicable to conda/mamba users. If you are using singularity instead of conda/mamba, you can skip over this section. By default, when the `--use-conda` option is
74-
provided, a conda environment will be built on the fly. Building a conda environment can be slow, and it make exeternal requests so you will need internet access. With that being said, it may make sense to create/cache the conda environment once and re-use it. To cache/create nanite's conda environment, please run the following command:
74+
provided, a conda environment will be built on the fly. Building a conda environment can be slow, and it also makes exeternal requests so you will need internet access. With that being said, it may make sense to create/cache the conda environment once and re-use it. To cache/create nanite's conda environment, please run the following command:
7575
```bash
7676
# Create a conda/mamba env
7777
# called nanite, you only
@@ -80,7 +80,7 @@ provided, a conda environment will be built on the fly. Building a conda environ
8080
mamba env create -f workflow/envs/nanite.yaml
8181
```
8282

83-
Running the command above will create a named conda/mamba environment called `nanite`. Now you can provide `--conda-env-name nanite` to the [run sub command](usage/run.md). This will ensure conda/mamba is run in an offline-like mode where no external requests are made at runtime. It will use the local, named conda environment instead of building an environment on the fly.
83+
Running the command above will create a named conda/mamba environment called `nanite`. Now you can provide `--conda-env-name nanite` to the [run sub command](usage/run.md). This will ensure conda/mamba is run in an offline-like mode where no external requests are made at runtime. It will use the local, named conda environment instead of building a new environment on the fly.
8484

8585
## TLDR
8686

0 commit comments

Comments
 (0)