diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-04 15:44:52 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-04 15:44:52 +0200 |
commit | 12b080714aa1e3c884105b77db2e8ba0d12d93bf (patch) | |
tree | cc8223b47c139706fba0fb36f0b5e91838c484d7 | |
parent | 2124c1f046e790292a1e20ee27db8ba1e80251e0 (diff) |
README: update, i plan to support plan9 mk :)
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | README | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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): |