- Using Make: ---------------------------------------------------

 To install:

  $ make
  $ make install

  Edit /etc/slapt-get/slapt-getrc (see README for details)

 To uninstall:

  $ make uninstall

- Using pkgtools: -----------------------------------------------

 To install:

  $ make pkg
  $ installpkg ./pkg/slapt-get-${VERSION}-${ARCH}-${RELEASE}.tgz

 To uninstall:
  $ removepkg slapt-get-${VERSION}-${ARCH}-${RELEASE}


You will want to customize the values within /etc/slapt-get/slapt-getrc.
See README for more details.


- Using cvs: -----------------------------------------------

 There are different ways to use cvs... you can setup your environment:

	 export CVSROOT=:pserver:anonymous@jaos.org:/var/cvs && cvs login && cvs checkout slapt-get

 or just provide the CVSROOT to each call like so:

  cvs -d :pserver:anonymous@jaos.org:/var/cvs login
  #login with empty password
  cvs -d :pserver:anonymous@jaos.org:/var/cvs checkout slapt-get

