From ca07eafc12381e50b53d8b8182288e4031c61e09 Mon Sep 17 00:00:00 2001 From: Nicholas D Steeves Date: Thu, 1 Aug 2019 13:16:59 -0400 Subject: [PATCH] Add Debian and derivatives installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6c51204..26159fa 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Once that is done, then just refresh the packages and install it with. Now all the snippets will load automatically, as soon as yasnippet loads. +## On Debian ≥10 and derivatives such as Ubuntu ≥ 18.10 + +`sudo apt install elpa-yasnippet-snippets` + # Contributing If you have any useful snippets for any language or framework, then please feel free to contribute, by opening a PR or an issue if you have any suggestions.