Skip to content

Commit

Permalink
build(deps): point anki submodule to ankidroid org fork
Browse files Browse the repository at this point in the history
You will need to do these things to take advantage of this if you
have a local checkout already. All commands performed from repo root:

rm -rf .git/modules/anki
rm -rf rslib-bridge/anki
git submodule sync
git submodule update

A clean checkout will work assuming you follow procedure to checkout / init
submodules during checkout as documented for the repo
  • Loading branch information
mikehardy committed Jun 11, 2022
1 parent 427b990 commit ec0efb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "anki"]
path = rslib-bridge/anki
url = https://github.com/david-allison-1/anki
branch = ankidroid-2-1-34
url = https://github.com/ankidroid/anki
branch = ankidroid-2-1-34

0 comments on commit ec0efb0

Please sign in to comment.