diff options
author | asami <asami@FreeBSD.org> | 1995-11-09 17:39:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-09 17:39:19 +0800 |
commit | fb1faf8a4091df14e94e42d1a155b4ae192717e4 (patch) | |
tree | f408ca31adf36ffab952827081e79844cb54621b | |
parent | fabc6c829c346d9aa5e69a3df7708fbdbbb45b94 (diff) | |
download | freebsd-ports-gnome-fb1faf8a4091df14e94e42d1a155b4ae192717e4.tar.gz freebsd-ports-gnome-fb1faf8a4091df14e94e42d1a155b4ae192717e4.tar.zst freebsd-ports-gnome-fb1faf8a4091df14e94e42d1a155b4ae192717e4.zip |
Remove the GUIDELINES file, which is replaced by section 4.3 of the
handbook a long time ago.
Add a small README. It just refers refers people to section 4.2 and
4.3 of the handbook for now. It will be replaced with the all-dancing
all-singing complete subdirectory-describin', tellin'-the-user-exactly-
what-to-do version after 2.1 is out and I get some time!
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 000000000000..ae66ceec7dd3 --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +This is the FreeBSD Ports Collection. Please refer to the FreeBSD +Handbook on what to do with them. + +The FreeBSD Handbook is available from + + file://localhost/usr/share/doc/handbook/handbook.html + +(that's the version on your machine) and + + http://www.freebsd.org/handbook/handbook.html + +for the latest version from FreeBSD-current. + +The section "The Ports Collection" will tell you how to use the +ports/packages and "Porting Applications" describes how you can +contribute to the ports collection. |