summaryrefslogtreecommitdiff
path: root/docs/UISIMULATOR
diff options
context:
space:
mode:
Diffstat (limited to 'docs/UISIMULATOR')
-rw-r--r--docs/UISIMULATOR6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/UISIMULATOR b/docs/UISIMULATOR
index 822a872bde..fc383edc85 100644
--- a/docs/UISIMULATOR
+++ b/docs/UISIMULATOR
@@ -27,13 +27,13 @@
27 27
28 [ answer to questions ] 28 [ answer to questions ]
29 29
30 [ Makefile created, archos subdirectory created ] 30 [ Makefile created, simdisk subdirectory created ]
31 31
32 $ make 32 $ make
33 $ make install 33 $ make install
34 $ ./rockboxui 34 $ ./rockboxui
35 35
36 Note that the simulator uses a local subdirectory named 'archos' as "root 36 Note that the simulator uses a local subdirectory named 'simdisk' as "root
37 directory" for the simulated box. Copy a bunch of mp3 files into that 37 directory" for the simulated box. Copy a bunch of mp3 files into that
38 directory, create subdirectories and do all sorts of things you want to be 38 directory, create subdirectories and do all sorts of things you want to be
39 able to browse when you fire up the simulator. 39 able to browse when you fire up the simulator.
@@ -41,7 +41,7 @@
413. Run Uisimulator 413. Run Uisimulator
42 42
43 To create a simulated disk drive for the simulator to see, create a 43 To create a simulated disk drive for the simulator to see, create a
44 subdirectory named 'archos' and populate it with a bunch of test 44 subdirectory named 'simdisk' and populate it with a bunch of test
45 files/directories. 45 files/directories.
46 46
47 Run 'rockboxui'. 47 Run 'rockboxui'.