Skip to content

Commit 4e81bcc

Browse files
committed
ppa
1 parent cf7f7e9 commit 4e81bcc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,21 @@ To render the TikZ code, LiveTikZ relies on pdflatex (either directly or through
2020

2121
# Installation
2222

23-
LiveTikZ is a Qt application with KDE dependencies for the editor component. LiveTikZ can either be installed using the [provided Debian packages](https://github.com/misc0110/LiveTikZ/tree/master/dist) or compiled from source.
23+
LiveTikZ is a Qt application with KDE dependencies for the editor component. LiveTikZ can either be installed using the PPA, [provided Debian packages](https://github.com/misc0110/LiveTikZ/tree/master/dist) or compiled from source.
24+
25+
## Install using PPA (recommended)
26+
27+
First, add the public key of the PPA and the PPA URL to the package manager, and update the package manager
28+
29+
curl -s "https://misc0110.github.io/ppa/KEY.gpg" | sudo apt-key add -
30+
sudo curl -s -o /etc/apt/sources.list.d/misc0110.list "https://misc0110.github.io/ppa/file.list"
31+
sudo apt update
32+
33+
Then, simply install LiveTikZ
34+
35+
sudo apt install livetikz
36+
37+
2438

2539
## Prerequisites
2640

0 commit comments

Comments
 (0)