Skip to content

Commit

Permalink
Docs: fix typo in conda-forge instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 authored Mar 19, 2024
1 parent 7e1025c commit 2d55d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A pre-built Uni-Dock binary with all requirements is available at [conda-forge](
# We recommend installing Uni-Dock in a new environment to avoid potential conflicts:
conda create -n unidock_env unidock -c conda-forge
# Run
conda activate unidock
conda activate unidock_env
unidock --help
# Update
conda update -n unidock_env unidock -c conda-forge
Expand Down

0 comments on commit 2d55d38

Please sign in to comment.