Skip to content

Commit bed08c1

Browse files
committed
Fix flash drive instructions
1 parent 8975246 commit bed08c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ portable application. The following example assumes your USB drive is
172172
drive 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

184184
Media syncing with AnkiWeb may not work if your flash drive is formatted
185185
as FAT32. Please format the drive as NTFS to ensure media syncs

0 commit comments

Comments
 (0)