- 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 git: -----------------------------------------------

 git clone git://software.jaos.org/var/cache/git/slapt-get

