comparison INSTALL.md @ 73:6792975da9a0

pasterd: start removing themes
author David Demelier <markand@malikania.fr>
date Tue, 21 Feb 2023 22:22:02 +0100
parents 32b063f6bb2c
children
comparison
equal deleted inserted replaced
72:1a98bc0daa49 73:6792975da9a0
13 Basic installation 13 Basic installation
14 ------------------ 14 ------------------
15 15
16 Quick install. 16 Quick install.
17 17
18 $ tar xvzf paster-x.y.z-tar.xz 18 $ tar -xf paster-x.y.z-tar.xz
19 $ cd paster-x.y.z 19 $ cd paster-x.y.z
20 $ make 20 $ make
21 # sudo make install 21 # sudo make install
22 22
23 To only install the web application: 23 To only install the web application: