File README_openSUSE.md of Package writefreely
# WriteFreely on openSUSE
This package contains two things:
* a binary, built with sqlite support: `writefreely`
* a directory called `example-project-folder`, located in
`/usr/share/doc/packages/writefreely/example-project-folder/`
To get started, copy the `example-project-folder` to e.g. your home directory
and `chdir` into it.
Then run the steps documented in the "Getting started" guide
(https://writefreely.org/start). Depending on your setup, you can use an
external MariaDB or MySQL database or a sqlite one.
The steps required at the time of writing are:
```bash
writefreely config start
writefreely keys generate
writefreely
```