Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.49 KB

Photobook

"Photobook Editor" is an Electron and Angular based Application to create photobooks.

Main Screen Main Screen Main Screen Main Screen Main Screen

Installation

Linux (Appimage/Snap)

Download installation package of the latest release.

Create application launcher

  1. Copy AppImage file to .local/bin/photobook-editor.AppImage in your home directory.
cp photobook-editor-*.AppImage ~/.local/bin/photobook-editor.AppImage
  1. Make it executable
sudo chmod+x ~/.local/bin/photobook-editor.AppImage
  1. Copy the launcher photobook-editor.desktop to .local/share/applications/.
cp photobook-editor.desktop ~/.local/share/applications/

Uninstall

Remove appimage and launcher:

rm ~/.local/share/applications/photobook-editor.desktop
rm ~/.local/bin/photobook-editor.AppImage

Development

See Photobook Editor > Development

License

GPLv3
This work is licensed under the GNU GENERAL PUBLIC LICENSE 3.0