From 6550901710b84fb7f726a065abc37448a93508f0 Mon Sep 17 00:00:00 2001 From: Jaidyn Levesque <10477760+JadedCtrl@users.noreply.github.com> Date: Wed, 28 Dec 2022 22:22:13 -0600 Subject: [PATCH] Add 'Installation' section to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9560d4f..5171974 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,17 @@ such a file as in the above example, by passing a URL with a --cache file set. ``` +## Installation +Feedsnake is made using [Chicken Scheme](https://call-cc.org), a cute little Scheme that's very friendly. Once you've got Chicken Scheme installed, you can go ahead and build Feedsnake like so: +``` +$ sudo make dependencies +$ make client +$ sudo cp ./feedsnake /usr/local/bin/ +``` + +… actually, that's somewhat of a lie. You need to manually install the [xattr](https://github.com/jadedctrl/xattr) library first, since it's not in the egg depot. + + ## Examples ### Feeds, generally To subscribe to a feed, you're really just creating a cache file for the feed. It's simple. Here: