mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Merge pull request #223 from Rom1deTroyes/patch-1
'bzr clone' deprecated (use 'bzr branch' instead)
This commit is contained in:
commit
1505c71eb3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ translation services. If you want to use a language other than English:
|
||||||
|
|
||||||
$ cd ..
|
$ cd ..
|
||||||
$ mv anki dtop # i18n code expects anki folder to be called dtop
|
$ mv anki dtop # i18n code expects anki folder to be called dtop
|
||||||
$ bzr clone lp:anki i18n
|
$ bzr branch lp:anki i18n
|
||||||
$ cd i18n
|
$ cd i18n
|
||||||
$ ./update-mos.sh
|
$ ./update-mos.sh
|
||||||
$ cd ../dtop
|
$ cd ../dtop
|
||||||
|
|
Loading…
Reference in a new issue