1.	Type:

		make install

	This will install "install-sid" and "send-pr" into
	/usr/local/bin.  The program "install-sid" is used to assign
	a "submitter-id", to your site, and the program "send-pr"
	is what you will use to submit bug reports.  It will also
	install "send-pr.el", which will allow you to use "M-x send-pr"
	from within emacs.

2.	Pick a name to use as your submitter-id, preferably something that
	someone at ARDI can easily remember, but currently it's more of a
	formality than anything else.  Then type:

		install-sid YOUR_SUBMITTER_ID

	where YOUR_SUBMITTER_ID is the id you picked.

3.	When you have a bug to report, run "send-pr".  There's a manual
	page included, but the process is simple.  When send-pr is run it
	invokes your editor on a form that you complete.  When you quit
	your editor, the form is mailed to "gnats@ardi.com", an address that
	automatically extracts the information out of your bug-report,
	assigns it a problem report number and sends an acknowledgement of
	your report.

4.	Emacs users can use "M-x send-pr" to send bug reports.  To make
	this work, you first need to add this email alias to your system:

		ardi-gnats: gnats@ardi.com

	You also need to install this line in your .emacs file or in
	your system-wide default.el:

          (autoload 'send-pr "send-pr" "Submit a Problem Report." t)

	See "send-pr.info" in this distribution for more information.
