From 5cf19efe6b9e033077ceeb82b84595597313282d Mon Sep 17 00:00:00 2001 From: qorg11 Date: Mon, 29 Jun 2020 22:47:44 +0200 Subject: [PATCH] Packages installation --- README.MD | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 994cd65..1868ca5 100644 --- a/README.MD +++ b/README.MD @@ -10,7 +10,26 @@ ## lainsafecli -```lainsafecli``` is a simple interface for lainsafe. +### Installation + +#### Debian +Lainsafe has official packages for Debian, they shold work for any +dpkg-based distro, such as Ubuntu and so on + +You can download a possible outdated deb package +[here](http://repo.qorg11.net/debian/pool/main/l/lainsafecli/lainsafecli_0.3_all.deb) + +If you want updates for your package, you have to add +`repo.qorg11.net` to your sources.list: + +~~~ +echo "deb deb http://repo.qorg11.net/debian stable main" >> /etc/apt/sources.list +wget http://repo.qorg11.net/repo.key -q -O - | sudo apt-key add +sudo apt updates +sudo apt install lainsafecli +~~~ +#### Arch +TODO ### lainsafecli configuration