Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-19 13:58:36 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-19 13:58:36 +0400
commit573cc2ebfbfe325ba79dd8d666ae801daf00d9fd (patch)
tree403b0e805ddfd8bb81bdbd3cad14daabddb32a40 /README.md
parent13dadcf04394cc40632d47f5fcb135ed33855c4e (diff)
Point to github wiki
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..f14f1d8c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,36 @@
+Welcome to poudriere!
+---------------------
+
+poudriere is a tool primarily designed to test package production on
+FreeBSD. However, most people will find it useful to bulk build ports
+for FreeBSD.
+
+Its goals are to use modern facilities present in FreeBSD (as ZFS,
+jails), to be easy to use and to depend only on base.
+
+Where is the documentation?
+---------------------------
+
+The canonical documentation is located at:
+
+https://github.com/freebsd/poudriere/wiki
+
+A copy of this documentation could be found in the doc directory.
+
+You can also open the poudriere's manpage, located in the 8th section.
+
+Support
+-------
+
+IRC: #poudriere on freenode
+Mailing list: freebsd-pkg@FreeBSD.org
+
+Getting started with poudriere
+------------------------------
+
+1. Install it by typing "make install" at the top-level directory
+2. Copy /usr/local/etc/poudriere.conf.sample to /usr/local/etc/poudriere.conf
+3. Edit it to suit your needs
+4. man poudriere, search for EXAMPLES
+5. Follow "bulk build of binary packages" steps
+6. Enjoy your new fresh binary packages!