Skip to content

Commit

Permalink
Merge pull request #750 from arijitsh/patch-1
Browse files Browse the repository at this point in the history
minor change in readme for checkout correctly
  • Loading branch information
msoos authored Apr 11, 2024
2 parents e319c56 + 7838092 commit b5618f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ sudo apt-get install build-essential cmake
sudo apt-get install zlib1g-dev
git clone https://github.com/meelgroup/cadical
git checkout mate-only-libraries-1.8.0
cd cadical
git checkout mate-only-libraries-1.8.0
./configure
make
cd ..
git clone https://github.com/meelgroup/cadiback
git checkout mate
cd cadiback
git checkout mate
./configure
make
cd ..
Expand Down

0 comments on commit b5618f4

Please sign in to comment.