From 8056e2e28ab3ad93b0c6f0c483ed8185c1a47014 Mon Sep 17 00:00:00 2001
From: Pascal Grafe <pascal.grafe@aei.mpg.de>
Date: Fri, 8 Jul 2022 18:17:06 +0200
Subject: [PATCH] Update Readme

---
 Readme.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index bae7a5f..e67a725 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,12 +1,17 @@
 # Fast LISA Acronym lookup
 
-A simple script for Linux to look up LISA acronyms.
+A simple script for Linux to look up LISA acronyms. What is *LISA* again? Just install this script and run
+
+`$ lisaacro lisa`
+
+and you will know.
+
 
 The acronyms are fetched from <https://www.github.com/nluetzge/LISA_acronyms_dictionary>.
 
 ## Install
 
-`sudo make install`
+`$ sudo make install`
 
 (Or see `Makefile` on how to copy manually)
 
-- 
GitLab