Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 900 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 900 Bytes

Manuscript

Application icon

This is a work in progress

This software is not production ready and it's still in active development.


A text editor specifically designed for book writers, authors and storytellers.

Installation

The easieast way to install is from Flathub.

Using Gnome Builder

Just clone this repository and hit the play button. Builder 43 also let you one-click install the application to your device.

Build from sources

You will need the meson build system and flatpak builder, along with gtk4 and libadwaita devel libraries.

git clone <this repo> manuscript
cd manuscript
meson build --prefix=/usr/local
ninja -C build