diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..124f787 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +pkg/ +src/ +sioyek/ +*.pkg.tar* +*.log diff --git a/README.md b/README.md new file mode 100644 index 0000000..57f730c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# sioyek-dev + +Arch Linux PKGBUILD for sioyek that "just works". + +- Uses development branch +- Bundles the proper version of mupdf +- Supports X11/Wayland + +## Installation + +```sh +makepkg -si +```