Quote:
Originally Posted by CharlieBird
I know I'm getting old and that it's been awhile since I've done any 'geeking', but I'll be damned if I can figure out #5 of the installation instructions: "...create a new file (of any type) named KOBOeReader/.adds/nm/config..."
How do you name a file containing forward slashes?
|
In the root of the partition exposed over the USB connection, create a directory called .adds (and yes, the directory name starts with a period), inside that directory create a directory called nm and in the nm directory create your config file. The forward slashes are a Unix/Linux convention for path separators, under Windows style OS, you would write KOBOeReader\.adds\nm\config for example.