-Binary packages have been created for the DragonFly 3.4 release and
-are available on a few mirrors. Use one of these URLs in pkg.conf:
+The user would first run "pkg update" to download the inventory from the PACKAGES. From there the user can browse the repository, install packages, etc. "pkg help" and "man pkg" has a wealth of information and much of the FreeBSD handbook is pertinent: [http://www.freebsd.org/doc/en/books/handbook/pkgng-intro.html](5.5 Using pkgng for Binary Package Management).
+
+The RELEASE repository is static, but the LATEST repository is periodically updated. If bleeding edge is what you want, change pkg.conf to reflect that:
+
+ PACKAGESITE: http://avalon.dragonflybsd.org/dports/${ABI}/LATEST
+
+DragonFly 3.5 users can also use pre-build binary packages, but they will need to override the ABI in pkg.conf:
+
+ ABI: dragonfly:3.4:x86:32 # for i386 platform
+ ABI: dragonfly:3.4:x86:64 # for x86-64 platform
+
+There are already a few mirrors available which can be set in pkg.conf