diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-20 07:08:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-20 07:08:54 +0000 |
commit | 505584e1d6189e1fdd5a48ab3046d500bb189393 (patch) | |
tree | 4983905103f2efe09eac213b0bf8fa8145007900 | |
parent | de850d4fdfa090803f8ce588547a1c11cd133bbb (diff) | |
download | rockbox-505584e1d6189e1fdd5a48ab3046d500bb189393.tar.gz rockbox-505584e1d6189e1fdd5a48ab3046d500bb189393.zip |
<dir> is now [dir]
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4258 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | www/docs/rvf.t | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/docs/rvf.t b/www/docs/rvf.t index ac825acc44..87286df917 100644 --- a/www/docs/rvf.t +++ b/www/docs/rvf.t @@ -27,9 +27,10 @@ href="http://joerg.hohensohn.bei.t-online.de/archos/doom/source.zip">http://joer <li> Press START on your taskbar, choose RUN and type in the box (minus quotes): "command" You should now be looking at a command prompt. If you - don't know basic DOS commands, here is what you need to know: Use 'cd' - change dir (format: cd <dir>) IE: "cd .." to go UP one, "cd ROCKBOX" to - enter a path "ROCKBOX" + don't know basic DOS commands, here is what you need to know: +<br> + Use 'cd' to change dir (format: cd [dir]) IE: "cd .." to go UP one, "cd + ROCKBOX" to enter a path "ROCKBOX" <li> Navigate to your PATH in DOS prompt, using "cd" as illustrated above. |