File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,14 +172,14 @@ portable application. The following example assumes your USB drive is
172172drive G. Please ensure you've read the Program Files section above first.
173173
174174- Copy the ` AnkiProgramFiles ` folder to the flash drive, so you
175- have a folder like ` G:\Anki ` .
175+ have a folder like ` G:\AnkiProgramFiles ` .
176176
177177- Create a text file called ` G:\anki.bat ` with the following text:
178178
179- ` g:\anki \.venv\scripts\pythonw -c ' import aqt; aqt.run()' -b g:\ankidata `
179+ ` G:\AnkiProgramFiles \.venv\scripts\pythonw -c " import aqt; aqt.run()" -b G:\AnkiData `
180180
181181- Double-clicking on ` anki.bat ` should start Anki with the user data
182- stored in ` G:\\ankidata ` .
182+ stored in ` G:\AnkiData ` .
183183
184184Media syncing with AnkiWeb may not work if your flash drive is formatted
185185as FAT32. Please format the drive as NTFS to ensure media syncs
You can’t perform that action at this time.
0 commit comments