Skip to content

Commit

Permalink
fix: typo libsolve -> libsolv (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Apr 12, 2023
1 parent a51b3ca commit c8107fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Follow these steps to clone, compile, and run the rattler project:
git clone --recursive https://github.com/mamba-org/rattler.git
cd rattler

# Set up an environment with the required dependencies for compiling rattler and libsolve:
# Set up an environment with the required dependencies for compiling rattler and libsolv:
micromamba create -f environment.yml
micromamba activate rattler-env

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- openssl
- pkg-config

# Needed for building libsolve
# Needed for building libsolv
- cxx-compiler
- cmake
- make

0 comments on commit c8107fc

Please sign in to comment.