remove ref to emacs os install

This commit is contained in:
David Botton 2024-05-12 17:06:23 -04:00
parent 4999e30bb4
commit 7b37529892

2
LINUX.md vendored
View file

@ -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