From 8101c69b829a2f2ccf37dd9e9ce92c6658cd8040 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 14 Apr 2024 21:43:24 +0200 Subject: [PATCH] Update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 518b363..3736558 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Lirve helps you learn irregular verbs using the spaced repetition technique. In M-x package-install RET lirve RET ``` +And add the following to your `init.el`: + +```elisp +(require 'lirve) +``` + ### Straight Then, add it to your `init.el`.