Skip to content

Commit

Permalink
Fixing readme's nested directory structure
Browse files Browse the repository at this point in the history
Thank you so much to Tan Yong Kiam for spotting this!
  • Loading branch information
msoos authored May 4, 2024
1 parent 98a3147 commit 31f5b91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,22 @@ cd cryptominisat
mkdir build && cd build
cmake ..
make
cd ..
cd ../..

git clone https://github.com/meelgroup/sbva
cd sbva
mkdir build && cd build
cmake ..
make
cd ..
cd ../..

git clone https://github.com/meelgroup/arjun
cd arjun
mkdir build && cd build
cmake ..
make
cd ..

cd ../..

git clone https://github.com/meelgroup/approxmc
cd approxmc
mkdir build && cd build
Expand Down

0 comments on commit 31f5b91

Please sign in to comment.