Add anoncvs password in the instructions for getting the code.

Author: Jonah
This commit is contained in:
Jordan Bancino 2022-07-25 11:04:03 -04:00
parent c4ab2162b1
commit fc5462bf6d
1 changed files with 5 additions and 2 deletions

View File

@ -353,8 +353,8 @@ on my list for that:
<li>Update Code Style to not include indent or line rules, but to use
<code>indent(1)</code> instead.</li>
<li><s>Fix typo "Subitting Patches" in Table of Contents</s></li>
<li>Make a note in Getting The Code that the password for the
<code>anoncvs</code> account is just <code>anoncvs</code>.</li>
<li><s>Make a note in Getting The Code that the password for the
<code>anoncvs</code> account is just <code>anoncvs</code>.</s></li>
<li>Add Contributors list</li>
</ul>
<h2 id="rationale">Rationale</h2>
@ -478,6 +478,9 @@ $ cvs checkout Telodendria
$ cd Telodendria
</div>
<p>
The password for the <code>anoncvs</code> account is simply
<code>anoncvs</code>.
<p>
You should now have the latest <b>Telodendria</b> source code. Follow
the <a href="#code-style">Code Style</a> as you make your changes.
</p>