plentico / plenti

Static Site Generator with Go backend and Svelte frontend
https://plenti.co
Apache License 2.0
985 stars 50 forks source link

Install in Ubuntu #283

Closed gitressa closed 7 months ago

gitressa commented 1 year ago

Looks cool! Just leaving a note that installation only required these steps:

cd .local/bin/
wget https://github.com/plentico/plenti/releases/download/v0.6.13/plenti_0.6.13_Linux_64-bit.tar.gz
tar -xvzf plenti_0.6.13_Linux_64-bit.tar.gz 
rm plenti_0.6.13_Linux_64-bit.tar.gz
jimafisk commented 1 year ago

Yup that'll work @gitressa! You should only need the binary to get up and running, the only thing the package managers do is just download that :). Let me know if you have any questions as you start to play around!