From f1450b28dbae210b7404a596cbc55a3a97132b01 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 3 Feb 2024 19:30:05 +0100 Subject: [PATCH] ; Add installation instructions for 'straight.el' users * sweep.texi (Installation): Provide a recipe for installing Sweep with 'straight.el'. --- sweep.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sweep.texi b/sweep.texi index e576aa5..e4ee8d2 100644 --- a/sweep.texi +++ b/sweep.texi @@ -318,6 +318,12 @@ configuration: To upgrade Sweep to a newer version, do @kbd{M-x package-upgrade @key{RET} sweeprolog @key{RET}}. +For @file{straight.el} users, use the following form to install Sweep: + +@lisp +(straight-use-package '(sweeprolog :files (:defaults "*.pl"))) +@end lisp + @node Getting Started @chapter Getting Started -- 2.39.2