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