Skip to content

Commit

Permalink
Update checkout instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hngenc committed May 22, 2023
1 parent d48db37 commit 2efd84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ source env.sh

cd generators/gemmini
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
git checkout dev && git pull origin dev
git fetch && git checkout v0.7.1
git submodule update --init --recursive

make -C software/libgemmini install
Expand Down

0 comments on commit 2efd84a

Please sign in to comment.