docs/quickstart.html: extra step to open a new Command Prompt or log out/in on Windows.

This commit is contained in:
david-sarah 2010-08-02 17:49:38 -07:00
parent e16c794f19
commit 74060f4ab8

View File

@ -33,6 +33,8 @@
<p>Run <cite>python setup.py build</cite> to generate the <cite>tahoe</cite> executable in a subdirectory of the current directory named <cite>bin</cite>.</p>
<p>On Windows, the <cite>build</cite> step might tell you to open a new Command Prompt (or, on XP and earlier, to log out and back in again). This is needed the first time you set up Tahoe-LAFS on a particular installation of Windows.</p>
<p>Optionally run <cite>python setup.py test</cite> to verify that it passes all of its self-tests.</p>
<p>Run <cite>bin/tahoe --version</cite> to verify that the executable tool prints out the right version number.</p>