about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-08-21 20:35:12 +0100
committerArun Isaac2026-08-21 20:35:12 +0100
commit3d286e6896a64d2857b947500a485a36393724c2 (patch)
treedd42eb9b884af2939b233555f424b8752bcb84d0
parent86deb04eed4334470898a604e5250be8d4c538fc (diff)
downloadkaagum-main.tar.gz
kaagum-main.tar.lz
kaagum-main.zip
Simplify installation instructions to use Guix upstream. HEAD main
-rw-r--r--README.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/README.md b/README.md
index 79469c5..045598c 100644
--- a/README.md
+++ b/README.md
@@ -20,19 +20,7 @@ Kaagum offers no user interface on its own. Instead, it speaks the [Agent Client
 
 The following instructions get you started running kaagum with Guix and Emacs [agent-shell](https://github.com/xenodium/agent-shell).
 
-Add the following channel to your `channels.scm` and run a `guix pull`. Then install `kaagum` and `emacs-agent-shell-kaagum`.
-```scheme
-(channel
-  (name 'kaagum)
-  (url "https://klaus.systemreboot.net/kaagum/")
-  (branch "main")
-  (introduction
-   (make-channel-introduction
-    "b71c385f8885eb629ec6ad0c47eeb1f3e12be687"
-    (openpgp-fingerprint
-     "7F73 0343 F2F0 9F3C 77BF  79D3 2E25 EE8B 6180 2BB3"))))
-```
-Put the following in your `~/.emacs`. The `--api-key-command` specifies the password manager command to execute to get the API key for your LLM service provider. The `--model` specifies the name of the model you wish to interact with.
+Install the `kaagum` and `emacs-agent-shell-kaagum` packages from Guix. Then, put the following in your `~/.emacs`. The `--api-key-command` specifies the password manager command to execute to get the API key for your LLM service provider. The `--model` specifies the name of the model you wish to interact with.
 ```elisp
 (require 'agent-shell-kaagum)