From c8b9f93a3d5769dd1aa91e47f3eed6e806208489 Mon Sep 17 00:00:00 2001 From: Tim De Pauw Date: Wed, 16 May 2018 14:38:47 +0200 Subject: [PATCH] Document experimental deb repo --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 81f8cb3..7673244 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ Alternatively, use `go get` to build from source: go get -u github.com/timdp/lwc/cmd/lwc ``` +On Debian-compatible Linux distributions such as Ubuntu, you can also use the +_experimental_ APT repository: + +```bash +echo 'deb [allow-insecure=yes] https://tmdpw.eu/lwc-releases/debian/ any main' | + sudo tee /etc/apt/sources.list.d/lwc.list +sudo apt update +sudo apt install lwc +``` + ## Usage ```