From 7b375298922f1cdd3b5e4a50abc429e478eead76 Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 12 May 2024 17:06:23 -0400 Subject: [PATCH] remove ref to emacs os install --- LINUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LINUX.md b/LINUX.md index 56155b6..4d418fc 100644 --- a/LINUX.md +++ b/LINUX.md @@ -2,7 +2,7 @@ (For emacs based Linux install - https://lisp-lang.org/learn/getting-started/) -1. Install sbcl, emacs, sqlite and openssh (modify for your OS) +1. Install sbcl, sqlite and openssh (modify for your OS) sudo apt-get install sbcl openssh-client libsqlite3-dev