From ef96ae2fa94912f71069da84e691d337e03e2e28 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 30 Aug 2014 20:46:28 +0200 Subject: I meant Marmalade, of course. MELPA stable seems better. --- doc/install.texi | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/install.texi b/doc/install.texi index 964cce9..c55bc42 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -46,14 +46,22 @@ for earlier versions, the page i just linked to twice will tell you where to find the goodies. ELPA packages live in repositories accessible via HTTP. You can find -Geiser's package in @uref{http://melpa.milkbox.net, MELPA} (directly -from the git repo). To tell Emacs that a repo exists, you add it to +Geiser's package in either +@uref{http://melpa-stable.milkbox.net/#/geiser, MELPA stable} or, if you +like living on the bleeding edge, +@uref{http://melpa.milkbox.net/#/geiser, MELPA} (directly from the git +repo). To tell Emacs that an ELPA repo exists, you add it to @code{package-archives}: @example (require 'package) +;;; either the stable version: + (add-to-list 'package-archives - '("melpa" . "http://melpa.milkbox.net/packages/")) + ;; choose either the stable or the latest git version: + ;; '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/") + '("melpa-unstable" . "http://melpa.milkbox.net/packages/")) + (package-initialize) @end example -- cgit v1.2.3