summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru-Sergiu Marton <brown121407@posteo.ro>2020-10-31 21:18:20 +0200
committerAlexandru-Sergiu Marton <brown121407@posteo.ro>2020-10-31 21:18:20 +0200
commitda553c5fcb9c3865a5e3a7506a02bb9314bb572d (patch)
tree1b8efd14a4a2f8f4dd7265bdb61dc433d8cde7ac
parentde44d51d110bcc4c4a2868a05e666610e3842602 (diff)
Remove outdated installation instructions.
-rw-r--r--README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/README.md b/README.md
index ade4338..64f3c43 100644
--- a/README.md
+++ b/README.md
@@ -9,26 +9,6 @@ with the file system.
This project is going through a rewrite at the moment, meant to clean
the code and improve the user-facing API.
-## Installation
-
-You can install `f.scm` on [Guix](https://guix.gnu.org/) from my
-[public channel](https://git.sr.ht/~brown121407/guix.121407.xyz).
-
-Add the channel to your `~/.config/guix/channels.scm`:
-
-```scheme
-(append
- (list ;; ...
- (channel
- (name 'brown121407)
- (url "https://git.sr.ht/~brown121407/guix.121407.xyz")))
- %default-channels)
-```
-
-Do a `guix pull` and then install `f.scm` with `guix install
-guile-f`. Note that the version from my channel might not always
-correspond with the latest version of the library.
-
## Documentation
f.scm provides two Guile modules: `(f ports)` and `(f)`.