From 225dbbe45f5c868ef8358a5a8c7c961b78a619db Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Sun, 14 Feb 2021 18:38:41 +0100 Subject: [PATCH] Add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a52f1c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Scorpius : a simple Gemini viewer with Gtk + +## Requirement: + +* Gtk+3 +* gcc +* make +* only tested on Linux (manjaro), it could work on other distros and OS but there is no warranty + +## Build: + +Simply run `make`, your build is in `build/debug`. + +## Licence + +GPLv3