Skip to content

Commit

Permalink
Document experimental deb repo
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed May 16, 2018
1 parent 3f4f4e7 commit c8b9f93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -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

```
Expand Down

0 comments on commit c8b9f93

Please sign in to comment.