From 12b080714aa1e3c884105b77db2e8ba0d12d93bf Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 4 Apr 2014 15:44:52 +0200 Subject: README: update, i plan to support plan9 mk :) Signed-off-by: Hiltjo Posthuma --- README | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index ce1eeec..56f502e 100644 --- a/README +++ b/README @@ -13,6 +13,7 @@ Dependencies Optional dependencies --------------------- +- make (for Makefile) or mk (for mkfile) (plan9 or 9base). - POSIX shell used by sfeed_update and sfeed_opml_export. - curl: http://curl.haxx.se/ @@ -96,13 +97,20 @@ feed url - string (extra field added by sfeed_update) item baseurl site - string (extra field added by sfeed_update) -Usage ------ +Build and install +----------------- -To build and install (respects DESTDIR and PREFIX variable): +Using make (respects DESTDIR and PREFIX variable): make install +or using plan9 mk: + +mk install + + +Usage +----- To update feeds and format the feeds file (configfile argument is optional): -- cgit v1.2.3