From 718f083b230fd3d5bc3c419c28c120d2b0eec6f636d7a057d9c5ba0f6b8e7d07 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Tue, 29 Nov 2022 00:00:00 +0000 Subject: Add required C compiler to README --- README.md | 6 ++++++ gemini2html.1 | 2 +- src/main.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b71e31..ee46999 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # gemini2html + Fast Gemini to HTML converter written in C. +## Requirements + +* GNU C99 or newer + ## Resources Used + https://gemini.circumlunar.space/docs/specification.html diff --git a/gemini2html.1 b/gemini2html.1 index 496d17b..071a799 100644 --- a/gemini2html.1 +++ b/gemini2html.1 @@ -1,4 +1,4 @@ -.TH GEMINI2HTML "1" "January 2022" "gemini2html v1.3.2" +.TH GEMINI2HTML "1" "January 2022" "gemini2html v1.3.3" .SH NAME gemini2html \- convert gemini text to HTML .SH SYNOPSIS diff --git a/src/main.c b/src/main.c index f310723..63982a1 100644 --- a/src/main.c +++ b/src/main.c @@ -23,7 +23,7 @@ #include "gemini2html.h" -#define VERSION "1.3.2" +#define VERSION "1.3.3" /* displays the help menu */ void display_help_text(char* prog) { -- cgit v1.2.3